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
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue