Compare commits
2 commits
66b047fe31
...
89f6a4b369
Author | SHA1 | Date | |
---|---|---|---|
89f6a4b369 | |||
e70e9f5d45 |
3 changed files with 5 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1 +1,5 @@
|
||||||
dlbot
|
dlbot
|
||||||
|
melange.rsa
|
||||||
|
melange.rsa.pub
|
||||||
|
dlbot.tar
|
||||||
|
packages/
|
|
@ -11,5 +11,5 @@ pipeline:
|
||||||
image: cgr.dev/chainguard/apko:latest
|
image: cgr.dev/chainguard/apko:latest
|
||||||
commands:
|
commands:
|
||||||
- echo $REGISTRY_SECRET | apko login --username Nulo --password-stdin gitea.nulo.in
|
- 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]
|
secrets: [REGISTRY_SECRET]
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
contents:
|
contents:
|
||||||
repositories:
|
repositories:
|
||||||
- https://dl-cdn.alpinelinux.org/alpine/v3.17/main
|
- https://dl-cdn.alpinelinux.org/alpine/v3.17/main
|
||||||
- /work/packages
|
|
||||||
packages:
|
packages:
|
||||||
- alpine-baselayout-data
|
- alpine-baselayout-data
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
|
|
Reference in a new issue