Skip to content

Commit

Permalink
Update docker/metadata-action action to v5.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 30, 2023
1 parent b2cfd56 commit 0a6d582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Docker Metadata
id: docker-metadata
uses: docker/metadata-action@v5.0.0
uses: docker/metadata-action@v5.2.0
with:
images: |
ghcr.io/${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Docker Metadata
id: docker-metadata
uses: docker/metadata-action@v5.0.0
uses: docker/metadata-action@v5.2.0
with:
images: |
ghcr.io/${{ github.repository }}
Expand Down

0 comments on commit 0a6d582

Please sign in to comment.