Skip to content

Commit 20b627c

Browse files
committed
Fix manifest aggregation
Signed-off-by: Federico Busetti <[email protected]>
1 parent e91b6d1 commit 20b627c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab_ci/_templates.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ variables:
4646
script:
4747
- *docker-gitlab-login
4848
- echo "Building $DOCKER_IMAGE_FULL_TAG multiarch manifest"
49-
- docker buildx imagetools create $DOCKER_IMAGE_FULL_TAG
49+
- docker buildx imagetools create
50+
--tag $DOCKER_IMAGE_FULL_TAG
5051
$DOCKER_IMAGE_FULL_TAG-linuxamd64
5152
$DOCKER_IMAGE_FULL_TAG-linuxarm64
5253

0 commit comments

Comments
 (0)