From ad6e790751a5323a9b7c2a55666cf2db49a76020 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 12:04:08 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to 729f7f4 --- .github/workflows/publish-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docker-image.yml b/.github/workflows/publish-docker-image.yml index 7dcbd82c..bcdb57ee 100644 --- a/.github/workflows/publish-docker-image.yml +++ b/.github/workflows/publish-docker-image.yml @@ -37,7 +37,7 @@ jobs: ghcr.io/${{ github.repository }} - name: Build and push Docker images - uses: docker/build-push-action@6e95f19fb8c9e00a1a391941edbc0ae30c1799f7 + uses: docker/build-push-action@729f7f49266dec5e72fe7339273d3f7e65abacd7 with: file: docker/Dockerfile push: true