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:
.build-image:
stage: build
tags:
- docker
script:
- docker build --pull -t $TARGET_IMAGE .
- docker push $TARGET_IMAGE
build:
extends: .build-image
tags:
- docker
variables:
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