saintnet_stickers/.drone.yml
Steve b7fb819335
All checks were successful
continuous-integration/drone/push Build is passing
add flork pack, update drone
2024-01-05 00:17:08 -05:00

20 lines
469 B
YAML

kind: pipeline
name: default
steps:
- name: build-container
image: plugins/docker
environment:
CONFIG_JSON:
from_secret: config_json
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
secrets_from_env:
- pack_config=CONFIG_JSON