diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index d863255..723e451 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -38,7 +38,7 @@ jobs: password: ${{ github.token }} - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: . push: ${{ github.event_name != 'pull_request' }}