Update .gitlab-ci.yml - troubleshooting docker build failing

This commit is contained in:
Rily Dunlap 2022-11-09 17:41:46 +00:00
parent 40aac3bafe
commit f08a36cca2

View file

@ -113,6 +113,7 @@ dockerize-testnet:
- docker info
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
- ls -a
- docker build --no-cache -t $IMAGE .
- docker push $IMAGE
after_script: