Merge pull request #4971 from wekan/dependabot/github_actions/docker/build-push-action-4.1.1

Bump docker/build-push-action from 4.1.0 to 4.1.1
This commit is contained in:
Lauri Ojansivu 2023-06-19 17:15:58 -04:00 committed by GitHub
commit 924c579680
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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@44ea916f6c540f9302d50c2b1e5a8dc071f15cdf
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
with:
context: .
push: ${{ github.event_name != 'pull_request' }}