From 02372d3e7fc8ca70c9fb993597886a12310af817 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 17:51:13 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action digest to cfed4e9 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eca740a..f11a6d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 + uses: docker/build-push-action@cfed4e995e12d7bee5002f066f5649e5f1cc059c with: context: . push: ${{ github.ref == 'refs/heads/main' }}