Skip to content

Commit 233ae5f

Browse files
Update docker/metadata-action action to v5
1 parent fc2af3c commit 233ae5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/setup-buildx-action@v2
3030
- name: Extract metadata (tags, labels) for Docker
3131
id: meta
32-
uses: docker/metadata-action@v4.3.0
32+
uses: docker/metadata-action@v5.9.0
3333
with:
3434
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3535
- name: Build and push Docker image

0 commit comments

Comments
 (0)