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
pull/4973/head
Lauri Ojansivu 2 years ago committed by GitHub
commit 924c579680
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) # Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action # https://github.com/docker/build-push-action
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@44ea916f6c540f9302d50c2b1e5a8dc071f15cdf uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
with: with:
context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}

Loading…
Cancel
Save