diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index f54516c..2e4528f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -100,7 +100,7 @@ jobs: - name: Build and push Docker image #if: github.event_name != 'pull_request' id: build-and-push - uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd + uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 with: context: . push: ${{ github.ref == 'refs/heads/main' }}