From 3ad45e082490dd0e1dcecff4ecb3b4012d2ff514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:15:45 +0000 Subject: [PATCH] :seedling: Bump docker/build-push-action Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4367da978b557b70738a51fed31c93e6a240dfb3 to 4f58ea79222b3b9dc2c8bbdd6debcef730109a75. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/4367da978b557b70738a51fed31c93e6a240dfb3...4f58ea79222b3b9dc2c8bbdd6debcef730109a75) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 223752e..3c13166 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: docker/build-push-action@4367da978b557b70738a51fed31c93e6a240dfb3 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 with: context: . push: true