diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 405ecaa..7c1a4c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: # It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step. - name: Build and push Docker image id: push - uses: docker/build-push-action@c566248492c912e39910ac79e2f05a82260233a8 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 with: context: . push: ${{ github.event_name != 'pull_request' }}