Skip to content

Commit

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

build(deps): bump docker/metadata-action from 5.1.0 to 5.2.0
  • Loading branch information
Daniel Holbach authored Dec 2, 2023
2 parents a74cf1a + 7b1e2ff commit 7e6d442
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@f19c3691d56f26e3f97547999df66a9ecbf0d9b0
uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3
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@f19c3691d56f26e3f97547999df66a9ecbf0d9b0
uses: docker/metadata-action@e6428a5c4e294a61438ed7f43155db912025b6b3
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

Expand Down

0 comments on commit 7e6d442

Please sign in to comment.