test(ci):

This commit is contained in:
nikurasu 2024-03-16 15:52:25 +01:00
parent 672ff46072
commit 498face3cf
Signed by: Nikurasu
GPG key ID: 9E7F14C03EF1F271

View file

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