Skip to content

Commit bbd5647

Browse files
committed
Fix duplicate latest tags being pushed to Docker Hub
1 parent 84f06eb commit bbd5647

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
uses: docker/metadata-action@v5
8383
with:
8484
images: apluslms/run-mooc-grader
85+
flavor: |
86+
latest=false
8587
tags: |
8688
type=raw,value=latest
8789
type=match,pattern=v(\d+\.\d+)\.\d+$,group=1

0 commit comments

Comments
 (0)