Skip to content

Commit 028ba08

Browse files
bchaliosananos
authored andcommitted
ci/cd: delete docker manifest before re-creating
If we don't delete the old manifest for `nubificus/fcuvm:vaccel` we might end-up having multiple entries for the same architecture. Signed-off-by: Babis Chalios <[email protected]>
1 parent 95018e4 commit 028ba08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/create_image.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@ jobs:
4545
- name: Manifest images under one label
4646
id: manifest-images
4747
run: |
48-
docker manifest create nubificus/fcuvm:vaccel --amend nubificus/fcuvm:x86_64 --amend nubificus/fcuvm:aarch64
48+
docker manifest rm nubificus/fcuvm:vaccel
49+
docker manifest create nubificus/fcuvm:vaccel \
50+
--amend nubificus/fcuvm:x86_64 \
51+
--amend nubificus/fcuvm:aarch64
4952
docker manifest push nubificus/fcuvm:vaccel

0 commit comments

Comments
 (0)