This commit is contained in:
parent
e70e9f5d45
commit
89f6a4b369
2 changed files with 1 additions and 2 deletions
|
@ -11,5 +11,5 @@ pipeline:
|
|||
image: cgr.dev/chainguard/apko:latest
|
||||
commands:
|
||||
- echo $REGISTRY_SECRET | apko login --username Nulo --password-stdin gitea.nulo.in
|
||||
- apko publish --debug --arch x86_64 --keyring-append melange.rsa.pub apko.yaml gitea.nulo.in/Nulo/dlbot4:latest
|
||||
- apko publish --debug --arch x86_64 --repository-append "$(pwd)/packages" --keyring-append melange.rsa.pub apko.yaml gitea.nulo.in/Nulo/dlbot4:latest
|
||||
secrets: [REGISTRY_SECRET]
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
contents:
|
||||
repositories:
|
||||
- https://dl-cdn.alpinelinux.org/alpine/v3.17/main
|
||||
- /work/packages
|
||||
packages:
|
||||
- alpine-baselayout-data
|
||||
- ca-certificates
|
||||
|
|
Reference in a new issue