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
pull/4813/head
Lauri Ojansivu 2 years ago committed by GitHub
commit 1e73f9b909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/docker-publish.yml

@ -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' }}

Loading…
Cancel
Save