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