From b240dd3aa907bc8d0308e6e009d678ffc1aa7b70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 11:02:58 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to 6003d32 --- .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 eb5baf5..b1c853c 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@729f7f49266dec5e72fe7339273d3f7e65abacd7 + uses: docker/build-push-action@6003d3266a923de06063d23a19bd1c719af997c0 with: context: . push: true