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