Update .gitlab-ci.yml
This commit is contained in:
parent
47122fe4b9
commit
609838eb63
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
variables:
|
||||
CI_REGISTRY_IMAGE: thallian/alpine-s6
|
||||
CONTAINER_NAME: thallian/alpine-s6
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
@ -13,10 +13,10 @@ build:
|
|||
/kaniko/executor
|
||||
--context "$CI_PROJECT_DIR"
|
||||
--dockerfile "$CI_PROJECT_DIR/Dockerfile"
|
||||
--destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA"
|
||||
--destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME"
|
||||
--destination "$CI_REGISTRY_IMAGE:latest"
|
||||
--destination "$CONTAINER_NAME:$CI_COMMIT_SHA"
|
||||
--destination "$CONTAINER_NAME:$CI_COMMIT_REF_NAME"
|
||||
--destination "$CONTAINER_NAME:latest"
|
||||
|
||||
downstream:
|
||||
stage: .post
|
||||
trigger: containers/confd-env
|
||||
trigger: containers/confd-env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue