We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96df137 commit 02df9c5Copy full SHA for 02df9c5
1 file changed
.github/workflows/docker.yml
@@ -35,7 +35,7 @@ jobs:
35
username: ${{ github.actor }}
36
password: ${{ secrets.GITHUB_TOKEN }}
37
- id: meta
38
- uses: docker/metadata-action@v5
+ uses: docker/metadata-action@v6
39
with:
40
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
41
tags: |
0 commit comments