Update .gitlab-ci.yml - troubleshooting docker build failing
This commit is contained in:
parent
40aac3bafe
commit
f08a36cca2
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ dockerize-testnet:
|
||||||
- docker info
|
- docker info
|
||||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||||
script:
|
script:
|
||||||
|
- ls -a
|
||||||
- docker build --no-cache -t $IMAGE .
|
- docker build --no-cache -t $IMAGE .
|
||||||
- docker push $IMAGE
|
- docker push $IMAGE
|
||||||
after_script:
|
after_script:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue