add badges
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful

Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2025-06-29 15:47:29 -04:00
parent 0650cb19e9
commit 946b17b68c
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
17 changed files with 100 additions and 735 deletions

View file

@ -1,3 +1,8 @@
---
name: build-and-push
trigger:
event:
- push
steps:
build:
image: quay.io/buildah/stable
@ -9,5 +14,5 @@ steps:
from_secret: HARBOR_PASSWORD
commands:
- buildah login -u "$REGISTRY_USER" -p "$REGISTRY_PASS" registry.gwg313.xyz
- buildah bud -t registry.gwg313.xyz/library/audiobookshelf:latest .
- buildah push registry.gwg313.xyz/library/audiobookshelf:latest
- buildah bud -t registry.gwg313.xyz/library/audiobookshelf-rootless:latest .
- buildah push registry.gwg313.xyz/library/audiobookshelf-rootless:latest