saintnet_stickers/.woodpecker.yaml

25 lines
577 B
YAML
Raw Permalink Normal View History

2024-06-17 21:13:25 -04:00
steps:
2024-09-04 22:25:48 -04:00
- name: Generate config file
image: bash
environment:
CONFIGJSON:
from_secret: config_json
commands:
- ./generate.sh
2024-06-17 21:13:25 -04:00
- name: build-container
2024-09-04 21:54:49 -04:00
image: woodpeckerci/plugin-docker-buildx
2024-06-17 21:13:25 -04:00
settings:
repo: git.saintnet.tech/stryan/saintnet_stickers
registry: git.saintnet.tech
password:
from_secret: build_pass
username:
from_secret: build_username
dockerfile: Containerfile
tags: latest
2024-09-04 22:12:19 -04:00
configjson:
2024-09-04 22:01:05 -04:00
from_secret: config_json
2024-06-17 21:13:25 -04:00
when:
- branch: 'master'
event: push