Compare commits

..

No commits in common. "1253c71b7fa6a61442a88a94ccb7061f5eaa8366" and "366d4d89abcf9749f3e522a33826f645a9b04fab" have entirely different histories.

View file

@ -76,7 +76,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
- name: Build and push
uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6.0.1
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0
with:
context: .
push: ${{ github.event_name != 'pull_request' }}