Skip to content

Commit

Permalink
Merge pull request #150 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 Sep 14, 2023
2 parents 09ee8d4 + c90d566 commit 9a3da57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Docker build meta
id: image-meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: quay.io/tinkerbell/rufio
tags: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# from the ci.yaml workflow.
- name: Generate source image
id: src
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: latest=false
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Generate docker tags
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: latest=false
Expand Down

0 comments on commit 9a3da57

Please sign in to comment.