Skip to content

Commit

Permalink
Merge pull request #16 from hostwithquantum/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/metadata-action-5

Upgrade: bump docker/metadata-action from 4 to 5
  • Loading branch information
till authored Nov 25, 2023
2 parents 53503c0 + 041e891 commit 69e8967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}

Expand Down

0 comments on commit 69e8967

Please sign in to comment.