Skip to content

Commit 20b590d

Browse files
authored
Merge pull request #25 from etkecc/renovate/docker-metadata-action-6.x
Update docker/metadata-action action to v6
2 parents 37711f8 + 85ec747 commit 20b590d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
password: ${{ secrets.GITHUB_TOKEN }}
4545
- name: Extract metadata (tags, labels) for Docker
4646
id: meta
47-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
47+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
4848
with:
4949
images: |
5050
ghcr.io/${{ github.repository }}
@@ -78,7 +78,7 @@ jobs:
7878
password: ${{ secrets.GITHUB_TOKEN }}
7979
- name: Extract metadata (tags, labels) for Docker
8080
id: meta
81-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
81+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
8282
with:
8383
images: |
8484
ghcr.io/${{ github.repository }}

0 commit comments

Comments
 (0)