From 93f5e83e37f88ca3a7e488ff6fce6e7b03cd72d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:12:15 +0000 Subject: [PATCH] Bump docker/build-push-action from 4.0.0 to 4.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 4.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/3b5e8027fcad23fda98b2e3ac259d8d67585f671...4e4ee680f69700760d5620a94c020aef883043aa) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml index 79d00c4..780de72 100644 --- a/.github/workflows/deploy-image.yml +++ b/.github/workflows/deploy-image.yml @@ -72,7 +72,7 @@ jobs: type=sha - name: Build and push Docker image - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 + uses: docker/build-push-action@4e4ee680f69700760d5620a94c020aef883043aa with: context: . build-args: |