Revize 6760b053
Přidáno uživatelem Michal Schwob před více než 2 roky(ů)
.gitlab-ci.yml | ||
---|---|---|
5 | 5 |
- docker:19.03.12-dind |
6 | 6 |
script: |
7 | 7 |
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY |
8 |
- docker build -t $CI_REGISTRY/group/project/image:latest ./backend |
|
9 |
- docker push $CI_REGISTRY/group/project/image:latest |
|
8 |
- docker build -t $CI_REGISTRY/aswi/aswi-2022/aswi2022code-of-duty:latest ./backend |
|
9 |
- docker push $CI_REGISTRY/aswi/aswi-2022/aswi2022code-of-duty:latest |
Také k dispozici: Unified diff
Update .gitlab-ci.yml file