Compare commits

...

2 commits

Author SHA1 Message Date
Cat /dev/Nulo 89f6a4b369 ci: traer paquetes de pwd
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-02-26 23:14:06 -03:00
Cat /dev/Nulo e70e9f5d45 ignorar artefactos de pipeline 2023-02-26 23:12:12 -03:00
3 changed files with 5 additions and 2 deletions

4
.gitignore vendored
View file

@ -1 +1,5 @@
dlbot
melange.rsa
melange.rsa.pub
dlbot.tar
packages/

View file

@ -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]

View file

@ -1,7 +1,6 @@
contents:
repositories:
- https://dl-cdn.alpinelinux.org/alpine/v3.17/main
- /work/packages
packages:
- alpine-baselayout-data
- ca-certificates