1
Fork 0

Disable Quay
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Korbs 2024-06-07 16:39:54 -04:00
parent 5044a1ee4a
commit c15763cdce

View file

@ -19,12 +19,12 @@ steps:
# Login to SudoVanilla Ark, Codeberg, and Quay in Docker
- 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 # DOES NOT WORK
- echo $QUAY_PASSWORD | docker login quay.io --username $QUAY_USERNAME --password-stdin
# - echo $QUAY_PASSWORD | docker login quay.io --username $QUAY_USERNAME --password-stdin # DOES NOT WORK
# Build Images
- docker build -t ark.sudovanilla.org/korbs/4get:arm64 .
# - docker build -t codeberg.org/korbs/4get:arm64 .
- docker build -t quay.io/sudovanilla/4get:arm64 .
# - docker build -t quay.io/sudovanilla/4get:arm64 .
# Push Images
- docker push ark.sudovanilla.org/korbs/4get:arm64
# - docker push codeberg.org/korbs/4get:arm64
- docker push quay.io/sudovanilla/4get:arm64
# - docker push quay.io/sudovanilla/4get:arm64