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: ...@@ -35,8 +35,8 @@ build_full:
tags: tags:
- docker - docker
script: script:
- docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG - docker pull $FROM_IMAGE
- docker tag $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG $TARGET_IMAGE - docker tag $FROM_IMAGE $TARGET_IMAGE
- docker push $TARGET_IMAGE - docker push $TARGET_IMAGE
deploy_latest: deploy_latest:
...@@ -51,6 +51,6 @@ deploy_full: ...@@ -51,6 +51,6 @@ deploy_full:
extends: .deploy extends: .deploy
variables: variables:
FROM_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-full FROM_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-full
TARGET_IMAGE: $CI_REGISTRY_IMAGE:$full TARGET_IMAGE: $CI_REGISTRY_IMAGE:full
only: only:
- master - 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