diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a1fe166..c8e73ae 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -60,7 +60,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 + uses: docker/build-push-action@31ca4e5d51253d7e4a2317bfe74699cbe3a398a9 with: context: . push: ${{ github.event_name != 'pull_request' }}