Skip to content

Commit

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

Bump docker/build-push-action from 5.4.0 to 6.0.1
  • Loading branch information
DanielFran authored Jun 19, 2024
2 parents a614633 + d0f6fb2 commit 3782991
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 @@ -72,7 +72,7 @@ jobs:
images: ghcr.io/${{ github.repository }}${{ (steps.login-hub.outcome == 'success' && ',jhipster/jhipster') || ''}}

- name: Build and push Docker image
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.0.1
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 3782991

Please sign in to comment.