debug ci
This commit is contained in:
@ -1,7 +1,10 @@
|
|||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: docker:stable
|
image: docker:stable
|
||||||
|
secrets:
|
||||||
|
- source: MY_PESONAL_CONTAINER_REGISTRY
|
||||||
|
target: CONTAINER_REGISTRY
|
||||||
commands:
|
commands:
|
||||||
- env
|
- env
|
||||||
- echo
|
- echo $${CONTAINER_REGISTRY}
|
||||||
- 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