Skip to content

Commit 4590532

Browse files
authored
Merge pull request #691 from go-debos/dependabot/github_actions/docker/metadata-action-6
build(deps): bump docker/metadata-action from 5 to 6
2 parents 2946e0c + 4f41aa9 commit 4590532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

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

423423
- name: Extract Docker metadata
424424
id: meta
425-
uses: docker/metadata-action@v5
425+
uses: docker/metadata-action@v6
426426
with:
427427
images: ${{ env.GITHUB_TAG }}
428428
tags: |
@@ -502,7 +502,7 @@ jobs:
502502

503503
- name: Extract Docker metadata
504504
id: meta
505-
uses: docker/metadata-action@v5
505+
uses: docker/metadata-action@v6
506506
with:
507507
images: ${{ secrets.DOCKERHUB_IMAGE }}
508508
tags: |

0 commit comments

Comments
 (0)