add docker building in pipeline
This commit is contained in:
@@ -26,7 +26,7 @@ build-docker:
|
|||||||
- |
|
- |
|
||||||
/kaniko/executor --context "${KANIKO_CONTEXT}" \
|
/kaniko/executor --context "${KANIKO_CONTEXT}" \
|
||||||
--dockerfile ${CI_PROJECT_DIR}/build/docker/Dockerfile \
|
--dockerfile ${CI_PROJECT_DIR}/build/docker/Dockerfile \
|
||||||
--destination "${DOCKER_IMAGE}:{VERSION}-${CI_COMMIT_SHORT_SHA}"
|
--destination "${DOCKER_IMAGE}:${VERSION}-${CI_COMMIT_SHORT_SHA}"
|
||||||
dependencies: []
|
dependencies: []
|
||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
|
|||||||
Reference in New Issue
Block a user