Skip to content

Commit c6920ec

Browse files
authored
Auto merge! (merge-pr-in-all)
Update docker/metadata-action action to v6
2 parents 04f2109 + a8457a3 commit c6920ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
steps:
199199
- uses: actions/checkout@v6.0.2
200200

201-
- uses: docker/metadata-action@v5.10.0
201+
- uses: docker/metadata-action@v6.0.0
202202
id: meta
203203
with:
204204
images: ${{ env.REGISTRY_IMAGE }}
@@ -266,7 +266,7 @@ jobs:
266266

267267
- uses: docker/setup-buildx-action@v4.0.0
268268

269-
- uses: docker/metadata-action@v5.10.0
269+
- uses: docker/metadata-action@v6.0.0
270270
id: meta
271271
with:
272272
images: ${{ env.REGISTRY_IMAGE }}

0 commit comments

Comments
 (0)