Skip to content

Commit

Permalink
chore(deps): update docker/metadata-action action to v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 14, 2023
1 parent 415dea7 commit cc9dcfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ jobs:
# https://github.com/docker/metadata-action
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@2c0bd771b40637d97bf205cbccdd294a32112176 # v4.5.0
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6.0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/retag-containers-after-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Set the new TAGs
id: meta
uses: docker/metadata-action@2c0bd771b40637d97bf205cbccdd294a32112176 # v4.5.0
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6.0
with:
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
flavor: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-tags-after-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
- name: Set the new TAGs
id: meta
uses: docker/metadata-action@2c0bd771b40637d97bf205cbccdd294a32112176 # v4.5.0
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6.0
with:
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
tags: |
Expand Down

0 comments on commit cc9dcfb

Please sign in to comment.