Skip to content

Commit

Permalink
Merge pull request #310 from tinkerbell/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/metadata-action-5
  • Loading branch information
chrisdoherty4 authored Oct 18, 2023
2 parents 50f2bda + 36a5bc9 commit 76bd2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Docker manager metadata
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Docker manager metadata
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Expand Down

0 comments on commit 76bd2d0

Please sign in to comment.