Update .gitlab-ci.yml file
This commit is contained in:
parent
6a3ffe7eec
commit
47122fe4b9
@ -1,9 +1,5 @@
|
|||||||
stages:
|
|
||||||
- build
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
CI_REGISTRY_IMAGE: thallian/alpine-s6
|
CI_REGISTRY_IMAGE: thallian/alpine-s6
|
||||||
DOWNSTREAM_PROJECTS: ""
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
@ -20,4 +16,7 @@ build:
|
|||||||
--destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA"
|
--destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA"
|
||||||
--destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME"
|
--destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME"
|
||||||
--destination "$CI_REGISTRY_IMAGE:latest"
|
--destination "$CI_REGISTRY_IMAGE:latest"
|
||||||
trigger: containers/confd-env
|
|
||||||
|
downstream:
|
||||||
|
stage: .post
|
||||||
|
trigger: containers/confd-env
|
Loading…
Reference in New Issue
Block a user