1
Fork 0

Imagine forgetting to login
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Korbs 2024-06-10 02:57:03 -04:00
parent 091eb14c98
commit a959034fa4

View file

@ -20,6 +20,7 @@ steps:
commands:
- git clone https://codeberg.org/ashley/poke && cd ./poke/
- 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 codeberg.org/korbs/poke:arm64 .
- docker build -t ark.sudovanilla.org/korbs/poke:arm64 .
- docker push codeberg.org/korbs/poke:arm64