Merge pull request #4963 from wekan/dependabot/github_actions/docker/build-push-action-4.1.0

Bump docker/build-push-action from 4.0.0 to 4.1.0
pull/4968/head
Lauri Ojansivu 2 years ago committed by GitHub
commit 102b39cd29
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@3b5e8027fcad23fda98b2e3ac259d8d67585f671
uses: docker/build-push-action@44ea916f6c540f9302d50c2b1e5a8dc071f15cdf
with:
context: .
push: ${{ github.event_name != 'pull_request' }}

Loading…
Cancel
Save