Skip to content

Commit

Permalink
ci: update docker/metadata-action action to v4 (#97)
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 May 11, 2022
1 parent 31f7dc0 commit c56a16e
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@v3.8.0
uses: docker/metadata-action@v4.0.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 @@ -31,7 +31,7 @@ jobs:

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

0 comments on commit c56a16e

Please sign in to comment.