We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a140356 + 2e4d53a commit fa54066Copy full SHA for fa54066
1 file changed
.github/workflows/build.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Metadata
44
id: meta
45
- uses: docker/metadata-action@v5.10.0
+ uses: docker/metadata-action@v6.0.0
46
with:
47
images: ghcr.io/${{ vars.ORG_REPO }}/${{ github.event.repository.name }}
48
@@ -146,7 +146,7 @@ jobs:
146
147
148
149
150
151
152
tags: |
0 commit comments