2022-11-01 15:55:20 +01:00
|
|
|
pipeline:
|
2023-01-21 21:43:43 +01:00
|
|
|
publish-dev:
|
|
|
|
image: node:18
|
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:
|
|
|
|
branch: dev
|