diff --git a/.github/workflows/creatorsgarten-wiki-cicd.yml b/.github/workflows/creatorsgarten-wiki-cicd.yml index ab02c58d..3af27265 100644 --- a/.github/workflows/creatorsgarten-wiki-cicd.yml +++ b/.github/workflows/creatorsgarten-wiki-cicd.yml @@ -54,7 +54,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@68d0dc20df34f84bca5214ce60a32e2d589dbaf2 + uses: docker/build-push-action@f05b754b571695bf93164b9b54cb8e2e96e22706 with: context: . push: ${{ github.event_name != 'pull_request' }}