Skip to content

Commit 775fa3c

Browse files
Update docker/metadata-action action to v6
1 parent a2f34fd commit 775fa3c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/continuous_integration.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ jobs:
311311
fetch-depth: 0
312312
- name: Docker Meta
313313
id: meta
314-
uses: docker/metadata-action@v5
314+
uses: docker/metadata-action@v6
315315
with:
316316
images: ${{ env.BUILD_KIT_IMAGE_NAME }}
317317
sep-tags: ","

‎.github/workflows/deploy-single-docker-image.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
echo "platforms=${result}" >> $GITHUB_OUTPUT
200200
- name: Extract metadata
201201
id: meta
202-
uses: docker/metadata-action@v5
202+
uses: docker/metadata-action@v6
203203
with:
204204
sep-tags: ','
205205
images: |

0 commit comments

Comments
 (0)