lmgtfy/.woodpecker.yml

13 lines
302 B
YAML
Raw Normal View History

2023-01-26 06:18:57 +00:00
pipeline:
publish-docker-image:
image: plugins/kaniko
settings:
registry: gitea.asdf.cafe
repo: gitea.asdf.cafe/abs3nt/lmgtfy
2023-01-26 06:23:52 +00:00
tags: latest
2023-01-26 06:18:57 +00:00
dockerfile: Dockerfile
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD