2024-12-02 23:18:00 +01:00
|
|
|
steps:
|
|
|
|
build-and-push:
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
|
|
|
registry: git.natenom.org
|
|
|
|
username: vrifox
|
|
|
|
password:
|
|
|
|
from_secret: registry_token
|
2024-12-03 22:42:09 +01:00
|
|
|
repo: git.natenom.org/natenom_org/text2image
|
2024-12-02 23:18:00 +01:00
|
|
|
tags:
|
|
|
|
- latest
|
2024-12-03 22:42:09 +01:00
|
|
|
cache_from: git.natenom.org/natenom_org/text2image:latest
|