This repository has been archived on 2024-01-17. You can view files and clone it, but cannot push or open issues or pull requests.
dlbot4/.woodpecker.yml

16 lines
630 B
YAML
Raw Normal View History

2023-02-27 02:07:38 +00:00
# https://gitea.treehouse.systems/ariadne/ariadne.space/src/branch/main/.woodpecker.yml
pipeline:
package:
image: cgr.dev/chainguard/melange:latest
commands:
- melange keygen
- melange build melange.yml --arch x86_64 --signing-key melange.rsa
privileged: true
2023-02-27 02:07:38 +00:00
image:
image: cgr.dev/chainguard/apko:latest
commands:
- echo $REGISTRY_SECRET | apko login --username Nulo --password-stdin gitea.nulo.in
2023-02-27 02:22:19 +00:00
- apko publish --debug --arch x86_64 --repository-append "$(pwd)/packages" --keyring-append melange.rsa.pub apko.yaml gitea.nulo.in/nulo/dlbot4:latest
2023-02-27 02:07:38 +00:00
secrets: [REGISTRY_SECRET]