Skip to content

Commit 33e7378

Browse files
chore(deps): update docker/metadata-action action to v5
1 parent 086679d commit 33e7378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
password: "${{ secrets.GITHUB_TOKEN }}"
3030
- id: docker-metadata
3131
name: "Gather metadata for tagging / labeling ${{ matrix.source }} Container"
32-
uses: docker/metadata-action@v4.6.0
32+
uses: docker/metadata-action@v5.3.0
3333
with:
3434
images: "ghcr.io/${{ github.repository_owner }}/${{ matrix.container }}"
3535
tags: |

0 commit comments

Comments
 (0)