Skip to content

Commit c132e7b

Browse files
committed
Fix duplicate latest tags being pushed to Docker Hub
1 parent 99a0274 commit c132e7b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ jobs:
9999
uses: docker/metadata-action@v5
100100
with:
101101
images: apluslms/run-gitmanager
102+
flavor: |
103+
latest=false
102104
tags: |
103105
type=raw,value=latest
104106
type=match,pattern=v(\d+\.\d+)\.\d+$,group=1
@@ -190,6 +192,8 @@ jobs:
190192
uses: docker/metadata-action@v5
191193
with:
192194
images: apluslms/run-gitmanager
195+
flavor: |
196+
latest=false
193197
tags: |
194198
type=raw,value=huey-latest
195199
type=match,pattern=v(\d+\.\d+)\.\d+$,group=1,prefix=huey-

0 commit comments

Comments
 (0)