From 84bfc1e0605039e84a6de4a565c5b4897531cade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 10:24:38 +0000 Subject: [PATCH] :seedling: Bump docker/build-push-action Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from f2a1d5e99d037542a71f64918e516c093c6f3fc4 to 090ca155fc9b214cbcac536c450455a0e96f52c6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/f2a1d5e99d037542a71f64918e516c093c6f3fc4...090ca155fc9b214cbcac536c450455a0e96f52c6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 4645d12..9350733 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -33,7 +33,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 + uses: docker/build-push-action@090ca155fc9b214cbcac536c450455a0e96f52c6 with: context: . push: true