Skip to content

Commit d754bde

Browse files
authored
Merge pull request #8 from WOSSFOSS/dependabot/github_actions/docker/metadata-action-6
Bump docker/metadata-action from 5 to 6
2 parents 05e55f5 + 10f0275 commit d754bde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Extract Docker metadata
4141
id: meta
42-
uses: docker/metadata-action@v5 # v5.0.0
42+
uses: docker/metadata-action@v6 # v5.0.0
4343
with:
4444
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
4545

@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Docker meta
109109
id: meta
110-
uses: docker/metadata-action@v5
110+
uses: docker/metadata-action@v6
111111
with:
112112
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
113113

0 commit comments

Comments
 (0)