0

我在我的CI Runner正在執行構建時想要拉動我的docker-compose.yml文件中的圖像。是否可以從Gitlab CI執行Docker-compose pull?

每次我想我碰上這樣的:

Pulling web (registry.gitlab.com/xxxxx/xxxxx/crm:latest)... 
Pulling repository registry.gitlab.com/xxxxx/xxxxx/crm 
Error: image xxxxx/xxxxx/crm:latest not found 

回答

1

您必須登錄到註冊表第一

- docker login -u "gitlab-ci-token" -p "$CI_JOB_TOKEN" $CI_REGISTRY