Skip to content

Commit a19a359

Browse files
authored
Merge pull request #158 from finsberg/dependabot/github_actions/docker/metadata-action-6
Bump docker/metadata-action from 5 to 6
2 parents 8d22523 + 70887a0 commit a19a359

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

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

4040
- name: Extract metadata (tags, labels) for Docker
4141
id: meta
42-
uses: docker/metadata-action@v5
42+
uses: docker/metadata-action@v6
4343
with:
4444
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4545

@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Extract metadata (tags, labels) for Docker
9999
id: meta
100-
uses: docker/metadata-action@v5
100+
uses: docker/metadata-action@v6
101101
with:
102102
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
103103

0 commit comments

Comments
 (0)