This commit is contained in:
parent
0be25b4d7f
commit
9422f2c193
1 changed files with 6 additions and 6 deletions
12
.drone.yml
12
.drone.yml
|
@ -35,12 +35,12 @@ steps:
|
||||||
############################
|
############################
|
||||||
## Phanpy ##
|
## Phanpy ##
|
||||||
############################
|
############################
|
||||||
- git clone https://github.com/cheeaun/phanpy && cd ./phanpy/
|
# - git clone https://github.com/cheeaun/phanpy && cd ./phanpy/
|
||||||
- echo $ARK_PASSWORD | docker login ark.sudovanilla.org --username $ARK_USERNAME --password-stdin
|
# - echo $ARK_PASSWORD | docker login ark.sudovanilla.org --username $ARK_USERNAME --password-stdin
|
||||||
- wget https://ark.sudovanilla.org/Korbs/4get-build-automation/raw/branch/main/phanpy/Dockerfile
|
# - wget https://ark.sudovanilla.org/Korbs/4get-build-automation/raw/branch/main/phanpy/Dockerfile
|
||||||
- docker build -t ark.sudovanilla.org/korbs/phanpy:arm64 .
|
# - docker build -t ark.sudovanilla.org/korbs/phanpy:arm64 .
|
||||||
- docker push ark.sudovanilla.org/korbs/phanpy:arm64
|
# - docker push ark.sudovanilla.org/korbs/phanpy:arm64
|
||||||
- cd ../
|
# - cd ../
|
||||||
|
|
||||||
############################
|
############################
|
||||||
## Bun ##
|
## Bun ##
|
||||||
|
|
Loading…
Reference in a new issue