From 46548ae4f174df65ca3ff5f8ba6b41d9becce322 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 22:52:50 +0000 Subject: [PATCH] Update docker/build-push-action digest to 67a2d40 (#205) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 13711d5..b2e4c79 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -51,7 +51,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