Skip to content

Commit

Permalink
Merge pull request #8218 from jhipster/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/metadata-action-5.2.0

chore(deps): bump docker/metadata-action from 5.0.0 to 5.2.0
  • Loading branch information
github-actions[bot] committed Dec 1, 2023
2 parents ca52b7d + 5592ec3 commit 7439948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-jvm-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v5.0.0
uses: docker/metadata-action@v5.2.0
with:
images: ${{ env.DOCKER_IMAGE_NAME }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-native-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v5.0.0
uses: docker/metadata-action@v5.2.0
with:
images: ${{ env.DOCKER_IMAGE_NAME }}

Expand Down

0 comments on commit 7439948

Please sign in to comment.