We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086679d commit 33e7378Copy full SHA for 33e7378
.github/workflows/docker.yaml
@@ -29,7 +29,7 @@ jobs:
29
password: "${{ secrets.GITHUB_TOKEN }}"
30
- id: docker-metadata
31
name: "Gather metadata for tagging / labeling ${{ matrix.source }} Container"
32
- uses: docker/metadata-action@v4.6.0
+ uses: docker/metadata-action@v5.3.0
33
with:
34
images: "ghcr.io/${{ github.repository_owner }}/${{ matrix.container }}"
35
tags: |
0 commit comments