forked from Mirrors/elk
test(ci):
This commit is contained in:
parent
aec670a903
commit
9b77efe1d7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pipeline:
|
||||||
image: docker:25-cli
|
image: docker:25-cli
|
||||||
commands:
|
commands:
|
||||||
- apk add git
|
- apk add git
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in a new issue