saintnet_stickers/.woodpecker.yaml
Steve ac55eced09
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
diff approach
2024-09-04 22:01:05 -04:00

18 lines
427 B
YAML

steps:
- name: build-container
image: woodpeckerci/plugin-docker-buildx
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
config_json:
from_secret: config_json
when:
- branch: 'master'
event: push