Skip to content

Commit

Permalink
ci: update docker/metadata-action action to v5 (#380)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
sebastien-prudhomme and renovate-bot committed Mar 19, 2024
1 parent 6a48e80 commit b694db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Generate metadata
id: metadata
uses: docker/metadata-action@v4.6.0
uses: docker/metadata-action@v5.5.1
with:
images: ghcr.io/${{ github.repository_owner }}/pytest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Generate metadata
id: metadata
uses: docker/metadata-action@v4.6.0
uses: docker/metadata-action@v5.5.1
if: steps.release.outputs.new_release_published == 'true'
with:
images: ghcr.io/${{ github.repository_owner }}/pytest
Expand Down

0 comments on commit b694db7

Please sign in to comment.