Merge pull request #4808 from wekan/dependabot/github_actions/docker/build-push-action-3.3.0

Bump docker/build-push-action from 3.2.0 to 3.3.0
This commit is contained in:
Lauri Ojansivu 2023-01-16 22:07:07 +02:00 committed by GitHub
commit 1e73f9b909
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@c56af957549030174b10d6867f20e78cfd7debc5
uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3
with:
context: .
push: ${{ github.event_name != 'pull_request' }}