Commit f1ea8a1b authored by nanahira's avatar nanahira

Merge branch 'master' into koishi

parents 56d8dea8 5105e29a
Pipeline #15922 passed with stages
in 9 minutes and 52 seconds
......@@ -43,7 +43,7 @@ build_lite_arm:
.build_full:
stage: build2
script:
- docker build --build-arg $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$ARCH-lite --pull --no-cache -t
- docker build --build-arg BASE_IMAGE=$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$ARCH-lite --pull --no-cache -t
$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$ARCH-full .
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$ARCH-full
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment