Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ed5a07

Browse files
chore(deps): update docker/metadata-action action to v6 (#107)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b7f6b4a commit 6ed5a07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/docker-build/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
call: check
5151
- name: Extract metadata (tags, labels) for Docker
5252
id: meta
53-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
53+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
5454
with:
5555
images: ${{ inputs.registry }}/${{ inputs.image }}
5656
# special case for .github to strip the leading period away since it is an invalid tag name

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
call: check
5050
- name: Extract metadata (tags, labels) for Docker
5151
id: meta
52-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
52+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
5353
with:
5454
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5555
# special case for .github to strip the leading period away since it is an invalid tag name

0 commit comments

Comments
 (0)