Skip to content

Commit

Permalink
Merge pull request #16342 from jhipster/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-2.7.0

chore(deps): bump docker/build-push-action from 2.5.0 to 2.7.0
  • Loading branch information
qmonmert authored Sep 20, 2021
2 parents 30e726f + 0513956 commit 71f550b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-publish-github-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
images: ghcr.io/${{ github.repository }}

- name: Build and push Docker image
uses: docker/build-push-action@v2.5.0
uses: docker/build-push-action@v2.7.0
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 71f550b

Please sign in to comment.