forked from Mirrors/elk
fix(ci): add secrets
This commit is contained in:
parent
cd934fcd55
commit
6efbf8768b
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
steps:
|
||||
- name: build docker
|
||||
image: docker:25-cli
|
||||
secrets: [user, pass]
|
||||
commands:
|
||||
- apk add git
|
||||
- REPO=$(echo "$CI_REPO" | tr '[:upper:]' '[:lower:]')
|
||||
|
|
Loading…
Reference in a new issue