wrbapp/.woodpecker.yml

16 lines
325 B
YAML
Raw Normal View History

2022-11-01 15:55:20 +01:00
pipeline:
2023-01-21 21:43:43 +01:00
publish-dev:
2023-01-22 15:55:13 +01:00
image: plugins/docker
2022-11-01 18:30:36 +01:00
secrets:
- docker_password
2022-11-01 19:07:43 +01:00
settings:
username: xeovalyte
password:
from_secret: docker_password
repo: gitea.xeovalyte.dev/xeovalyte/wrbapp
tags:
2023-01-21 21:43:43 +01:00
- latest
2022-11-01 19:08:44 +01:00
registry: gitea.xeovalyte.dev
2023-01-22 15:50:27 +01:00
when:
2023-01-22 15:55:13 +01:00
branch: dev