test(ci): another syntax test

This commit is contained in:
nikurasu 2024-03-16 15:45:13 +01:00
parent 721e55be06
commit 81b5f8b8e7
Signed by: Nikurasu
GPG key ID: 9E7F14C03EF1F271

View file

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