forked from Mirrors/elk
test(ci): another syntax test
This commit is contained in:
parent
7c0986a005
commit
1218f92133
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pipeline:
|
||||||
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