Update .gitlab-ci.yml
This commit is contained in:
parent
56dd40596f
commit
cc99795f78
@ -1,8 +1,5 @@
|
|||||||
stages:
|
|
||||||
- build
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
CI_REGISTRY_IMAGE: thallian/roundcube
|
CONTAINER_NAME: thallian/roundcube
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
@ -16,6 +13,6 @@ build:
|
|||||||
/kaniko/executor
|
/kaniko/executor
|
||||||
--context "$CI_PROJECT_DIR"
|
--context "$CI_PROJECT_DIR"
|
||||||
--dockerfile "$CI_PROJECT_DIR/Dockerfile"
|
--dockerfile "$CI_PROJECT_DIR/Dockerfile"
|
||||||
--destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA"
|
--destination "$CONTAINER_NAME:$CI_COMMIT_SHA"
|
||||||
--destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME"
|
--destination "$CONTAINER_NAME:$CI_COMMIT_REF_NAME"
|
||||||
--destination "$CI_REGISTRY_IMAGE:latest"
|
--destination "$CONTAINER_NAME:latest"
|
||||||
|
Loading…
Reference in New Issue
Block a user