portfolio/.woodpecker.yml

14 lines
294 B
YAML
Raw Normal View History

2023-01-28 16:16:38 +01:00
pipeline:
publish:
2023-01-28 17:28:31 +01:00
image: plugins/docker
2023-01-28 16:16:38 +01:00
secrets:
- docker_password
settings:
username: xeovalyte
password:
from_secret: docker_password
2023-02-09 22:00:35 +01:00
repo: gitea.xeovalyte.dev/xeovalyte/portfolio
2023-01-28 16:16:38 +01:00
tags:
- latest
registry: gitea.xeovalyte.dev