test(ci): add git to image

This commit is contained in:
nikurasu 2024-03-16 15:48:38 +01:00
parent 81b5f8b8e7
commit 672ff46072
Signed by: Nikurasu
GPG key ID: 9E7F14C03EF1F271

View file

@ -2,6 +2,7 @@ pipeline:
- name: build docker
image: docker:25-cli
commands:
- apk add git
- REPO=echo "$CI_REPO" | tr '[:upper:]' '[:lower:]'
- docker buildx build -t dev.cat-enby.club/$${REPO}:$CI_COMMIT_TAG .
volumes: