We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7be9d1 commit 312fc3eCopy full SHA for 312fc3e
1 file changed
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Extract metadata for publishing image
43
id: meta
44
- uses: docker/metadata-action@v5
+ uses: docker/metadata-action@v6
45
with:
46
images: ${{ env.GHCR_IMAGE }}
47
@@ -109,7 +109,7 @@ jobs:
109
110
- name: Create tags for publishing image
111
112
113
114
115
tags: |
0 commit comments