Commit c2c228f9 authored by nanahira's avatar nanahira

fix

parent d3ccdd2b
Pipeline #17239 failed with stages
in 3 minutes and 55 seconds
......@@ -35,8 +35,8 @@ build_full:
tags:
- docker
script:
- docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
- docker tag $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG $TARGET_IMAGE
- docker pull $FROM_IMAGE
- docker tag $FROM_IMAGE $TARGET_IMAGE
- docker push $TARGET_IMAGE
deploy_latest:
......@@ -51,6 +51,6 @@ deploy_full:
extends: .deploy
variables:
FROM_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-full
TARGET_IMAGE: $CI_REGISTRY_IMAGE:$full
TARGET_IMAGE: $CI_REGISTRY_IMAGE:full
only:
- master
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