From b1e87f8bfcd04f35c25333ccb14809d9e6d8a73c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 10:09:45 -0500 Subject: [PATCH] chore(deps): update docker/build-push-action digest to 86c2bd0 (#75) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index c3b4eb5..6120ba6 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -72,7 +72,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@84354d3b32f6fcad27a04f6b82436bfb39425d16 + uses: docker/build-push-action@86c2bd00318427a320d2cee5bbc61251df6f647e with: context: . push: ${{ github.event_name != 'pull_request' }}