test(ci): another syntax test

This commit is contained in:
nikurasu 2024-03-16 15:37:04 +01:00
parent 80818ed52d
commit eba4cc0757
Signed by: Nikurasu
GPG key ID: 9E7F14C03EF1F271

View file

@ -2,8 +2,8 @@ steps:
- name: build docker
image: docker:25-cli
commands:
- REPO=echo "${CI_REPO}" | tr '[:upper:]' '[:lower:]'
- docker buildx build -t dev.cat-enby.club/${{REPO}}:${CI_COMMIT_TAG}
- 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
when: