Skip to content

Commit 20c1903

Browse files
authored
Merge pull request #55 from trailofbits/dependabot/github_actions/docker/metadata-action-6
ci(deps): bump docker/metadata-action from 5 to 6
2 parents 7ea9a22 + 418d15c commit 20c1903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

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

3434
- name: Set Docker metadata (interactive variant)
3535
id: metadata
36-
uses: docker/metadata-action@v5
36+
uses: docker/metadata-action@v6
3737
with:
3838
images: |
3939
ghcr.io/${{ github.repository }}
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Set Docker metadata (CI variant)
4949
id: metadata-ci
50-
uses: docker/metadata-action@v5
50+
uses: docker/metadata-action@v6
5151
with:
5252
images: |
5353
ghcr.io/${{ github.repository }}/ci

0 commit comments

Comments
 (0)