fix(ci): add secrets

This commit is contained in:
nikurasu 2024-03-18 14:24:49 +01:00
parent cd934fcd55
commit 6efbf8768b
Signed by: Nikurasu
GPG key ID: 9E7F14C03EF1F271

View file

@ -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:]')