Commit 3e4a964e authored by nanahira's avatar nanahira

fix

parent 82b00c28
Pipeline #9674 passed with stages
in 2 minutes and 11 seconds
......@@ -43,6 +43,7 @@ build-arm:
- docker build --pull -t $TARGET_IMAGE .
- docker push $TARGET_IMAGE
combine:
extends: .docker_op
stage: combine
script:
- TARGET_IMAGE=$CONTAINER_TEST_IMAGE
......@@ -54,6 +55,7 @@ combine:
$SOURCE_IMAGE_2
- docker manifest push $TARGET_IMAGE
deploy_latest:
extends: .docker_op
stage: deploy
script:
- TARGET_IMAGE=$CONTAINER_RELEASE_IMAGE
......
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