debug ci
This commit is contained in:
@ -4,7 +4,10 @@ steps:
|
|||||||
secrets:
|
secrets:
|
||||||
- source: project_container_registry
|
- source: project_container_registry
|
||||||
target: CONTAINER_REGISTRY
|
target: CONTAINER_REGISTRY
|
||||||
|
- source: personal_container_registry
|
||||||
|
target: CONTAINER_REGISTRY_2
|
||||||
commands:
|
commands:
|
||||||
- env
|
- env
|
||||||
- echo $${CONTAINER_REGISTRY}
|
- echo $${CONTAINER_REGISTRY}
|
||||||
|
- echo $${CONTAINER_REGISTRY_2}
|
||||||
- echo 'docker build --build-arg="VERSION=$CI_COMMIT_SHA" -t '
|
- echo 'docker build --build-arg="VERSION=$CI_COMMIT_SHA" -t '
|
||||||
|
Reference in New Issue
Block a user