From cbdd8c7610a2ceb678a0909273e67f715fe08b61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 10:45:10 +0000 Subject: [PATCH] deps: :bookmark:(deps): update docker/build-push-action digest to 9ec154c (#938) 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 4231ed854..91eb2455d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -84,7 +84,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@4b0752a2b1b87033d946e4e0106643f20d69d613 + uses: docker/build-push-action@9ec154c4b68a81a25d2368d8e7d6801e8bc386ba with: context: ./github-bot/ push: ${{ github.event_name != 'pull_request' }}