13 lines
318 B
YAML
13 lines
318 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/imagemagick
|
||
|
tags:
|
||
|
- latest
|
||
|
cache_from: git.natenom.org/natenom_org/imagemagick:latest
|