mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 18:31:05 +00:00
build(docker): add generic beta tag for web-server image
This commit is contained in:
parent
17e75c4439
commit
ab330e773e
@ -46,7 +46,7 @@ docker-build-alpha-beta-release:
|
|||||||
script:
|
script:
|
||||||
- cp ${DOCKER_HUB_CONFIG} /kaniko/.docker/config.json
|
- cp ${DOCKER_HUB_CONFIG} /kaniko/.docker/config.json
|
||||||
- export CP_VERSION=$(cat CP_VERSION.env)
|
- export CP_VERSION=$(cat CP_VERSION.env)
|
||||||
- /kaniko/executor --context . --dockerfile docker/production/web-server/Dockerfile --destination ${DOCKER_IMAGE_WEB_SERVER}:${CP_VERSION}
|
- /kaniko/executor --context . --dockerfile docker/production/web-server/Dockerfile --destination ${DOCKER_IMAGE_WEB_SERVER}:${CP_VERSION} --destination ${DOCKER_IMAGE_WEB_SERVER}:${TAG}
|
||||||
- /kaniko/executor --context . --dockerfile docker/production/app/Dockerfile --destination ${DOCKER_IMAGE_APP}:${CP_VERSION} --destination ${DOCKER_IMAGE_APP}:${TAG}
|
- /kaniko/executor --context . --dockerfile docker/production/app/Dockerfile --destination ${DOCKER_IMAGE_APP}:${CP_VERSION} --destination ${DOCKER_IMAGE_APP}:${TAG}
|
||||||
needs:
|
needs:
|
||||||
- pipeline: $PARENT_PIPELINE_ID
|
- pipeline: $PARENT_PIPELINE_ID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user