mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
.gitlab-ci.yml: install git before usage
This commit is contained in:
@ -100,5 +100,6 @@ docker-registry-tags:
|
|||||||
before_script:
|
before_script:
|
||||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.gitlab.com
|
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.gitlab.com
|
||||||
script:
|
script:
|
||||||
|
- apk add git
|
||||||
- docker build --tag registry.gitlab.com/commento/commento-ce:$(git describe --tags) .
|
- docker build --tag registry.gitlab.com/commento/commento-ce:$(git describe --tags) .
|
||||||
- docker push registry.gitlab.com/commento/commento-ce:$(git describe --tags)
|
- docker push registry.gitlab.com/commento/commento-ce:$(git describe --tags)
|
||||||
|
Reference in New Issue
Block a user