Compare commits
No commits in common. "89f6a4b3693d752c35affaa4c4799bc5099df781" and "66b047fe31f65be92f135f74820904f59726980d" have entirely different histories.
89f6a4b369
...
66b047fe31
3 changed files with 2 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,5 +1 @@
|
|||
dlbot
|
||||
melange.rsa
|
||||
melange.rsa.pub
|
||||
dlbot.tar
|
||||
packages/
|
|
@ -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 --repository-append "$(pwd)/packages" --keyring-append melange.rsa.pub apko.yaml gitea.nulo.in/Nulo/dlbot4:latest
|
||||
- apko publish --debug --arch x86_64 --keyring-append melange.rsa.pub apko.yaml gitea.nulo.in/Nulo/dlbot4:latest
|
||||
secrets: [REGISTRY_SECRET]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
contents:
|
||||
repositories:
|
||||
- https://dl-cdn.alpinelinux.org/alpine/v3.17/main
|
||||
- /work/packages
|
||||
packages:
|
||||
- alpine-baselayout-data
|
||||
- ca-certificates
|
||||
|
|
Reference in a new issue