forked from Mirrors/elk
test(ci): another syntax test
This commit is contained in:
parent
ef169d682f
commit
ac01207283
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ steps:
|
||||||
- name: build docker
|
- name: build docker
|
||||||
image: docker:25-cli
|
image: docker:25-cli
|
||||||
commands:
|
commands:
|
||||||
- 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}
|
- docker buildx build -t dev.cat-enby.club/$${REPO}:$CI_COMMIT_TAG
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue