Merge pull request #6181 from wekan/dependabot/github_actions/docker/build-push-action-7.0.0

Bump docker/build-push-action from 6.19.2 to 7.0.0
This commit is contained in:
Lauri Ojansivu 2026-03-10 02:39:01 +02:00 committed by GitHub
commit 753a845023
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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
with:
context: .
push: ${{ github.event_name != 'pull_request' }}