Skip to content

Commit e632bba

Browse files
committed
Fix duplicate latest tags being pushed to Docker Hub
1 parent 0dad321 commit e632bba

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-aplus-front
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)