12 lines
316 B
YAML
12 lines
316 B
YAML
steps:
|
|
build-and-push:
|
|
image: plugins/docker
|
|
settings:
|
|
registry: git.natenom.org
|
|
username: vrifox
|
|
password:
|
|
from_secret: registry_token
|
|
repo: git.natenom.org/natenom_org/text2image
|
|
tags:
|
|
- latest
|
|
cache_from: git.natenom.org/natenom_org/text2image:latest
|