Skip to content

Commit

Permalink
Merge pull request #7472 from jhipster/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/docker/metadata-action-5.0.0

chore(deps): bump docker/metadata-action from 4.6.0 to 5.0.0 in /.github/workflows
  • Loading branch information
pascalgrimaud authored Sep 13, 2023
2 parents 209ec1d + 13d6503 commit 2c714cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v4.6.0
uses: docker/metadata-action@v5.0.0
with:
images: ghcr.io/${{ github.repository }}${{ (steps.login-hub.outcome == 'success' && ',jhipster/jhipster-lite') || ''}}

Expand Down

0 comments on commit 2c714cf

Please sign in to comment.