From 13711618b74493c55ec1f05b51a1252219068756 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:17:55 -0600 Subject: [PATCH] Update docker/build-push-action digest to 67a2d40 (#35) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-image.yml b/.github/workflows/release-image.yml index 18ddc77..11ed415 100644 --- a/.github/workflows/release-image.yml +++ b/.github/workflows/release-image.yml @@ -36,7 +36,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: docker/build-push-action@31ca4e5d51253d7e4a2317bfe74699cbe3a398a9 + uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d with: context: . push: true