We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03f36ee + 0706453 commit 421cc84Copy full SHA for 421cc84
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
@@ -140,7 +140,7 @@ jobs:
140
141
142
143
144
145
146
tags: |
0 commit comments