Skip to content

Commit 386e281

Browse files
authored
Merge pull request #17928 from iterate-ch/dependabot/github_actions/docker/metadata-action-6
Bump docker/metadata-action from 5 to 6
2 parents b064fed + 98f8cd8 commit 386e281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/duck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: echo "Checkout $TAG"
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
tags: |

0 commit comments

Comments
 (0)