Skip to content

Commit

Permalink
Merge pull request #854 from kubereboot/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/metadata-action-5.1.0

build(deps): bump docker/metadata-action from 5.0.0 to 5.1.0
  • Loading branch information
Daniel Holbach authored Nov 30, 2023
2 parents 9e4b69f + adbf0bb commit f948902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-main-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
uses: docker/metadata-action@f19c3691d56f26e3f97547999df66a9ecbf0d9b0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
uses: docker/metadata-action@f19c3691d56f26e3f97547999df66a9ecbf0d9b0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

Expand Down

0 comments on commit f948902

Please sign in to comment.