1
Fork 0

Add Aptabase
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
Korbs 2024-06-12 22:44:25 -04:00
parent 7071bf14bf
commit 4aeab35538
2 changed files with 27 additions and 6 deletions

View file

@ -14,6 +14,26 @@ platform:
arch: arm64
steps:
- name: "Aptabase"
failure: ignore # If step fails, ignore and move onto next step.
environment:
ARK_USERNAME:
from_secret: ARK_USERNAME
ARK_PASSWORD:
from_secret: ARK_PASSWORD
CODEBERG_USERNAME:
from_secret: CODEBERG_USERNAME
CODEBERG_PASSWORD:
from_secret: CODEBERG_PASSWORD
commands:
- git clone https://github.com/aptabase/aptabase && cd ./aptabase/
- 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/aptabase:arm64 .
- docker build -t ark.codeberg.org/aptabase:arm64 .
- docker push ark.sudovanilla.org/korbs/aptabase:arm64
- docker push ark.codeberg.org/aptabase:arm64
- name: 4get
failure: ignore # If step fails, ignore and move onto next step.
environment:

View file

@ -10,10 +10,11 @@ Another reason for this, is that some projects either don't provide an image or
| Name | Arch | Images |
|-----------------|--------|------------------------------------------------------------------------------------------|
| 4Get | ARM64 | `ark.sudovanilla.org/korbs/4get:arm64`<br/>`codeberg.org/korbs/4get:arm64` |
| Cinny | ARM64 | `ark.sudovanilla.org/korbs/cinny:arm64`<br/>`codeberg.org/korbs/cinny:arm64` |
| Bun | ARM64 | `ark.sudovanilla.org/korbs/bun:arm64`<br/>`codeberg.org/korbs/bun:arm64` |
| Hyperpipe | ARM64 | `ark.sudovanilla.org/korbs/hyperpipe:arm64`<br/>`codeberg.org/korbs/hyperpipe:arm64` |
| Bin | ARM64 | `ark.sudovanilla.org/korbs/bin:arm64`<br/>`codeberg.org/korbs/bin:arm64` |
| Whoogle Search | ARM64 | `ark.sudovanilla.org/korbs/whoogle:arm64`<br/>`codeberg.org/korbs/whoogle:arm64` |
| Aptabase | ARM64 | `ark.sudovanilla.org/korbs/aptabse:arm64`<br/>`codeberg.org/korbs/aptabse:arm64` |
| Araa Search | ARM64 | `ark.sudovanilla.org/korbs/araa-search:arm64` |
| Poke | ARM64 | `ark.sudovanilla.org/korbs/poke:arm64`<br/>`codeberg.org/korbs/poke:arm64` (Official) |
| Bin | ARM64 | `ark.sudovanilla.org/korbs/bin:arm64`<br/>`codeberg.org/korbs/bin:arm64` |
| Bun | ARM64 | `ark.sudovanilla.org/korbs/bun:arm64`<br/>`codeberg.org/korbs/bun:arm64` |
| Cinny | ARM64 | `ark.sudovanilla.org/korbs/cinny:arm64`<br/>`codeberg.org/korbs/cinny:arm64` |
| Hyperpipe | ARM64 | `ark.sudovanilla.org/korbs/hyperpipe:arm64`<br/>`codeberg.org/korbs/hyperpipe:arm64` |
| Poke | ARM64 | `ark.sudovanilla.org/korbs/poke:arm64`<br/>`codeberg.org/korbs/poke:arm64` (Official) |
| Whoogle Search | ARM64 | `ark.sudovanilla.org/korbs/whoogle:arm64`<br/>`codeberg.org/korbs/whoogle:arm64` |