From 81a826d1ac12f0b0c2ff760af444fdeb35ed7827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 16:36:00 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20docker/build-push-action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from f8bc7f46003ef0cf98b715743d86c2f1ccd01436 to ef6cba335306ace1da064b44f9f739dec9be9fa0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/f8bc7f46003ef0cf98b715743d86c2f1ccd01436...ef6cba335306ace1da064b44f9f739dec9be9fa0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-ghcr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-ghcr.yaml b/.github/workflows/publish-ghcr.yaml index 038e7a4..8fd7fda 100644 --- a/.github/workflows/publish-ghcr.yaml +++ b/.github/workflows/publish-ghcr.yaml @@ -45,7 +45,7 @@ jobs: run: echo "sha_short=$(git rev-parse HEAD | cut -c1-8)" >> $GITHUB_OUTPUT - name: Build and push Docker image - uses: docker/build-push-action@f8bc7f46003ef0cf98b715743d86c2f1ccd01436 + uses: docker/build-push-action@ef6cba335306ace1da064b44f9f739dec9be9fa0 with: file: ./docker/Dockerfile.prod push: true