Skip to content

Commit

Permalink
Merge pull request #66 from actions/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…metadata-action-4

Bump docker/metadata-action from 3 to 4
  • Loading branch information
yoannchaudet authored Feb 2, 2023
2 parents 8d8a313 + 7c5c12a commit ff933a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "tags=$tags" >> $GITHUB_OUTPUT
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

Expand Down

0 comments on commit ff933a9

Please sign in to comment.