diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb53458..e876e78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action - name: Build and push Docker image - uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 + uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 with: context: . push: ${{ github.event_name != 'pull_request' }}