Skip to content

Commit 09ab310

Browse files
committed
Remove --load
Signed-off-by: Federico Busetti <[email protected]>
1 parent 72d9221 commit 09ab310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab_ci/_templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- docker buildx create --use
1717
- docker buildx inspect --bootstrap
1818
- |
19-
docker buildx build --load \
19+
docker buildx build \
2020
--target=$DOCKER_TARGET \
2121
--tag=$DOCKER_IMAGE_NAME:$DOCKER_IMAGE_TAG$DOCKER_IMAGE_TAG_SUFFIX \
2222
--platform=$DOCKER_PLATFORM \

0 commit comments

Comments
 (0)