forked from Mirrors/elk
feat-add-woodpecker #1
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ pipeline:
|
||||||
- name: build docker
|
- name: build docker
|
||||||
image: docker:25-cli
|
image: docker:25-cli
|
||||||
commands:
|
commands:
|
||||||
|
- 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:
|
||||||
|
|
Loading…
Reference in a new issue