Skip to content

Commit 798122f

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ jobs:
100100
with:
101101
images: apluslms/run-gitmanager
102102
tags: |
103-
type=raw,value=latest
104103
type=match,pattern=v(\d+\.\d+)\.\d+$,group=1
105104
106105
- name: Create and push multi-arch manifest
@@ -190,6 +189,8 @@ jobs:
190189
uses: docker/metadata-action@v5
191190
with:
192191
images: apluslms/run-gitmanager
192+
flavor: |
193+
latest=false
193194
tags: |
194195
type=raw,value=huey-latest
195196
type=match,pattern=v(\d+\.\d+)\.\d+$,group=1,prefix=huey-

0 commit comments

Comments
 (0)