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