nftmashin/.woodpecker.yml

16 lines
633 B
YAML

# 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
image:
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/nftmashin:latest
secrets: [REGISTRY_SECRET]