Merge pull request #5452 from wekan/dependabot/github_actions/docker/build-push-action-6.1.0

Bump docker/build-push-action from 6.0.0 to 6.1.0
This commit is contained in:
Lauri Ojansivu 2024-06-25 09:13:44 +03:00 committed by GitHub
commit 14b2291590
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,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@c382f710d39a5bb4e430307530a720f50c2d3318
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003
with:
context: .
push: ${{ github.event_name != 'pull_request' }}