Commit d3ccdd2b authored by nanahira's avatar nanahira

Update .gitlab-ci.yml

parent 628ff463
Pipeline #17232 failed with stages
in 23 minutes and 35 seconds
...@@ -10,14 +10,14 @@ before_script: ...@@ -10,14 +10,14 @@ before_script:
.build-image: .build-image:
stage: build stage: build
tags:
- docker
script: script:
- docker build --pull -t $TARGET_IMAGE . - docker build --pull -t $TARGET_IMAGE .
- docker push $TARGET_IMAGE - docker push $TARGET_IMAGE
build: build:
extends: .build-image extends: .build-image
tags:
- docker
variables: variables:
TARGET_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG TARGET_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
......
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