diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 3d69aa9..013da64 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -51,7 +51,7 @@ jobs: type=sha - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc with: context: . push: ${{ github.event_name != 'pull_request' }}