add badges
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
0650cb19e9
commit
946b17b68c
17 changed files with 100 additions and 735 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue