Verified Commit f68d40a8 authored by uda's avatar uda

Use correct syntax

parent 1d415ff7
Pipeline #95 passed with stages
in 2 minutes and 25 seconds
......@@ -33,7 +33,7 @@ build_master_docker:
- triggers
build_tagged_docker:
stage: build
stage: publish
script:
- docker pull ${CI_REGISTRY_IMAGE}:latest
- docker tag ${CI_REGISTRY_IMAGE}:latest ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}
......@@ -46,3 +46,4 @@ build_tagged_docker:
stages:
- build
- publish
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