We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a0274 commit 798122fCopy full SHA for 798122f
1 file changed
.github/workflows/build.yml
@@ -100,7 +100,6 @@ jobs:
100
with:
101
images: apluslms/run-gitmanager
102
tags: |
103
- type=raw,value=latest
104
type=match,pattern=v(\d+\.\d+)\.\d+$,group=1
105
106
- name: Create and push multi-arch manifest
@@ -190,6 +189,8 @@ jobs:
190
189
uses: docker/metadata-action@v5
191
192
+ flavor: |
193
+ latest=false
194
195
type=raw,value=huey-latest
196
type=match,pattern=v(\d+\.\d+)\.\d+$,group=1,prefix=huey-
0 commit comments