Add Codeberg to all steps
This commit is contained in:
parent
51fae0bebc
commit
4808bc9fee
1 changed files with 21 additions and 0 deletions
21
.drone.yml
21
.drone.yml
|
@ -28,8 +28,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git clone https://ark.sudovanilla.org/korbs/4get/ && cd ./4get/
|
- git clone https://ark.sudovanilla.org/korbs/4get/ && cd ./4get/
|
||||||
- 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
|
||||||
|
- echo $CODEBERG_PASSWORD | docker login codeberg.org --username $CODEBERG_USERNAME --password-stdin
|
||||||
- docker build -t ark.sudovanilla.org/korbs/4get:arm64 .
|
- docker build -t ark.sudovanilla.org/korbs/4get:arm64 .
|
||||||
|
- docker build -t codeberg.org/korbs/4get:arm64 .
|
||||||
- docker push ark.sudovanilla.org/korbs/4get:arm64
|
- docker push ark.sudovanilla.org/korbs/4get:arm64
|
||||||
|
- docker push codeberg.org/korbs/4get:arm64
|
||||||
|
|
||||||
- name: Cinny
|
- name: Cinny
|
||||||
failure: ignore # If step fails, ignore and move onto next step.
|
failure: ignore # If step fails, ignore and move onto next step.
|
||||||
|
@ -45,8 +48,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git clone https://github.com/cinnyapp/cinny && cd ./cinny/
|
- git clone https://github.com/cinnyapp/cinny && cd ./cinny/
|
||||||
- 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
|
||||||
|
- echo $CODEBERG_PASSWORD | docker login codeberg.org --username $CODEBERG_USERNAME --password-stdin
|
||||||
- docker build -t ark.sudovanilla.org/korbs/cinny:arm64 .
|
- docker build -t ark.sudovanilla.org/korbs/cinny:arm64 .
|
||||||
|
- docker build -t codeberg.org/korbs/cinny:arm64 .
|
||||||
- docker push ark.sudovanilla.org/korbs/cinny:arm64
|
- docker push ark.sudovanilla.org/korbs/cinny:arm64
|
||||||
|
- docker push codeberg.org/korbs/cinny:arm64
|
||||||
|
|
||||||
- name: Bun
|
- name: Bun
|
||||||
failure: ignore # If step fails, ignore and move onto next step.
|
failure: ignore # If step fails, ignore and move onto next step.
|
||||||
|
@ -62,8 +68,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git clone https://github.com/oven-sh/bun && cd ./bun/dockerhub/debian-slim/
|
- git clone https://github.com/oven-sh/bun && cd ./bun/dockerhub/debian-slim/
|
||||||
- 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
|
||||||
|
- echo $CODEBERG_PASSWORD | docker login codeberg.org --username $CODEBERG_USERNAME --password-stdin
|
||||||
- docker build -t ark.sudovanilla.org/korbs/bun:arm64 .
|
- docker build -t ark.sudovanilla.org/korbs/bun:arm64 .
|
||||||
|
- docker build -t codeberg.org/korbs/bun:arm64 .
|
||||||
- docker push ark.sudovanilla.org/korbs/bun:arm64
|
- docker push ark.sudovanilla.org/korbs/bun:arm64
|
||||||
|
- docker push codeberg.org/korbs/bun:arm64
|
||||||
|
|
||||||
- name: Hyperpipe
|
- name: Hyperpipe
|
||||||
failure: ignore # If step fails, ignore and move onto next step.
|
failure: ignore # If step fails, ignore and move onto next step.
|
||||||
|
@ -79,8 +88,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git clone https://codeberg.org/Hyperpipe/Hyperpipe && cd ./Hyperpipe/
|
- git clone https://codeberg.org/Hyperpipe/Hyperpipe && cd ./Hyperpipe/
|
||||||
- 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
|
||||||
|
- echo $CODEBERG_PASSWORD | docker login codeberg.org --username $CODEBERG_USERNAME --password-stdin
|
||||||
- docker build -t ark.sudovanilla.org/korbs/hyperpipe:arm64 .
|
- docker build -t ark.sudovanilla.org/korbs/hyperpipe:arm64 .
|
||||||
|
- docker build -t codeberg.org/korbs/hyperpipe:arm64 .
|
||||||
- docker push ark.sudovanilla.org/korbs/hyperpipe:arm64
|
- docker push ark.sudovanilla.org/korbs/hyperpipe:arm64
|
||||||
|
- docker push codeberg.org/korbs/hyperpipe:arm64
|
||||||
|
|
||||||
- name: Bin
|
- name: Bin
|
||||||
failure: ignore # If step fails, ignore and move onto next step.
|
failure: ignore # If step fails, ignore and move onto next step.
|
||||||
|
@ -96,8 +108,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git clone https://github.com/w4/bin && cd ./bin/
|
- git clone https://github.com/w4/bin && cd ./bin/
|
||||||
- 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
|
||||||
|
- echo $CODEBERG_PASSWORD | docker login codeberg.org --username $CODEBERG_USERNAME --password-stdin
|
||||||
- docker build -t ark.sudovanilla.org/korbs/bin:arm64 .
|
- docker build -t ark.sudovanilla.org/korbs/bin:arm64 .
|
||||||
|
- docker build -t codeberg.org/korbs/bin:arm64 .
|
||||||
- docker push ark.sudovanilla.org/korbs/bin:arm64
|
- docker push ark.sudovanilla.org/korbs/bin:arm64
|
||||||
|
- docker push codeberg.org/korbs/bin:arm64
|
||||||
|
|
||||||
- name: Whoogle
|
- name: Whoogle
|
||||||
failure: ignore # If step fails, ignore and move onto next step.
|
failure: ignore # If step fails, ignore and move onto next step.
|
||||||
|
@ -113,8 +128,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git clone https://github.com/benbusby/whoogle-search && cd ./whoogle-search/
|
- git clone https://github.com/benbusby/whoogle-search && cd ./whoogle-search/
|
||||||
- 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
|
||||||
|
- echo $CODEBERG_PASSWORD | docker login codeberg.org --username $CODEBERG_USERNAME --password-stdin
|
||||||
- docker build -t ark.sudovanilla.org/korbs/whoogle:arm64 .
|
- docker build -t ark.sudovanilla.org/korbs/whoogle:arm64 .
|
||||||
|
- docker build -t codeberg.org/korbs/whoogle:arm64 .
|
||||||
- docker push ark.sudovanilla.org/korbs/whoogle:arm64
|
- docker push ark.sudovanilla.org/korbs/whoogle:arm64
|
||||||
|
- docker push codeberg.org/korbs/whoogle:arm64
|
||||||
|
|
||||||
- name: "Araa Search"
|
- name: "Araa Search"
|
||||||
failure: ignore # If step fails, ignore and move onto next step.
|
failure: ignore # If step fails, ignore and move onto next step.
|
||||||
|
@ -130,9 +148,12 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git clone https://github.com/Extravi/araa-search && cd ./araa-search/
|
- git clone https://github.com/Extravi/araa-search && cd ./araa-search/
|
||||||
- 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
|
||||||
|
- echo $CODEBERG_PASSWORD | docker login codeberg.org --username $CODEBERG_USERNAME --password-stdin
|
||||||
- cp alpine-based.dockerfile Dockerfile # yeah no
|
- cp alpine-based.dockerfile Dockerfile # yeah no
|
||||||
- docker build -t ark.sudovanilla.org/korbs/araa-search:arm64 .
|
- docker build -t ark.sudovanilla.org/korbs/araa-search:arm64 .
|
||||||
|
- docker build -t ark.codeberg.org/araa-search:arm64 .
|
||||||
- docker push ark.sudovanilla.org/korbs/araa-search:arm64
|
- docker push ark.sudovanilla.org/korbs/araa-search:arm64
|
||||||
|
- docker push ark.codeberg.org/araa-search:arm64
|
||||||
|
|
||||||
- name: Poke
|
- name: Poke
|
||||||
failure: ignore # If step fails, ignore and move onto next step.
|
failure: ignore # If step fails, ignore and move onto next step.
|
||||||
|
|
Loading…
Reference in a new issue