We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f06eb commit bbd5647Copy full SHA for bbd5647
1 file changed
.github/workflows/build.yml
@@ -82,6 +82,8 @@ jobs:
82
uses: docker/metadata-action@v5
83
with:
84
images: apluslms/run-mooc-grader
85
+ flavor: |
86
+ latest=false
87
tags: |
88
type=raw,value=latest
89
type=match,pattern=v(\d+\.\d+)\.\d+$,group=1
0 commit comments