Merge pull request #4630 from wekan/dependabot/github_actions/docker/build-push-action-3.1.1

Bump docker/build-push-action from 3.1.0 to 3.1.1
This commit is contained in:
Lauri Ojansivu 2022-08-13 12:12:59 +03:00 committed by GitHub
commit 9824b90e69
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@1cb9d22b932e4832bb29793b7777ec860fc1cde0
uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94
with:
context: .
push: ${{ github.event_name != 'pull_request' }}