Skip to content

Commit 5b383dc

Browse files
Bump docker/metadata-action in the github-actions group (#183)
1 parent 66b582d commit 5b383dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-image-linux-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# https://github.com/docker/metadata-action
6262
- name: Extract Docker metadata
6363
id: meta
64-
uses: docker/metadata-action@v5.9.0
64+
uses: docker/metadata-action@v5.10.0
6565
with:
6666
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6767

.github/workflows/docker-image-windows-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# https://github.com/docker/metadata-action
6262
- name: Extract Docker metadata
6363
id: meta
64-
uses: docker/metadata-action@v5.9.0
64+
uses: docker/metadata-action@v5.10.0
6565
with:
6666
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6767

0 commit comments

Comments
 (0)