Skip to content

Commit

Permalink
chore(deps): update docker/metadata-action action to v5.2.0 (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 3, 2023
1 parent 6b730a4 commit 9b4b7ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:

- name: Extract Docker metadata for dockerhub
id: meta_dockerhub
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5.2.0
with:
images: docker.io/${{ env.IMAGE_NAME }}

- name: Extract Docker metadata for ghcr
id: meta_ghcr
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3 # v5.2.0
with:
images: ghcr.io/${{ env.IMAGE_NAME }}

Expand Down

0 comments on commit 9b4b7ce

Please sign in to comment.