This commit is contained in:
parent
fc558ac3f2
commit
6419b57258
1 changed files with 20 additions and 0 deletions
20
.drone.yml
20
.drone.yml
|
@ -34,6 +34,26 @@ steps:
|
||||||
- docker push ark.sudovanilla.org/korbs/aptabase:arm64
|
- docker push ark.sudovanilla.org/korbs/aptabase:arm64
|
||||||
- docker push codeberg.org/korbs/aptabase:arm64
|
- docker push codeberg.org/korbs/aptabase:arm64
|
||||||
|
|
||||||
|
- name: "Tianji"
|
||||||
|
failure: ignore # If step fails, ignore and move onto next step.
|
||||||
|
environment:
|
||||||
|
ARK_USERNAME:
|
||||||
|
from_secret: ARK_USERNAME
|
||||||
|
ARK_PASSWORD:
|
||||||
|
from_secret: ARK_PASSWORD
|
||||||
|
CODEBERG_USERNAME:
|
||||||
|
from_secret: CODEBERG_USERNAME
|
||||||
|
CODEBERG_PASSWORD:
|
||||||
|
from_secret: CODEBERG_PASSWORD
|
||||||
|
commands:
|
||||||
|
- git clone https://github.com/msgbyte/tianji && cd ./tianji/
|
||||||
|
- echo $ARK_PASSWORD | docker login ark.sudovanilla.org --username $ARK_USERNAME --password-stdin
|
||||||
|
- echo $CODEBERG_PASSWORD | docker login codeberg.org --username $CODEBERG_USERNAME --password-stdin
|
||||||
|
- docker build -t ark.sudovanilla.org/korbs/tianji:arm64 .
|
||||||
|
- docker build -t codeberg.org/korbs/tianji:arm64 .
|
||||||
|
- docker push ark.sudovanilla.org/korbs/tianji:arm64
|
||||||
|
- docker push codeberg.org/korbs/tianji:arm64
|
||||||
|
|
||||||
- name: 4get
|
- name: 4get
|
||||||
failure: ignore # If step fails, ignore and move onto next step.
|
failure: ignore # If step fails, ignore and move onto next step.
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue