1
Fork 0

Skip Phanpy
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Korbs 2024-06-07 17:06:26 -04:00
parent 0be25b4d7f
commit 9422f2c193

View file

@ -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 ##