use settings block
This commit is contained in:
parent
1275ad4d94
commit
d0133227be
1 changed files with 10 additions and 10 deletions
|
@ -1,13 +1,13 @@
|
|||
pipeline:
|
||||
build-and-push:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: code.cozy.town
|
||||
username: ${REGISTRY_USERNAME}
|
||||
password: ${REGISTRY_TOKEN}
|
||||
username:
|
||||
from_secret: registry_username
|
||||
password:
|
||||
from_secret: registry_token
|
||||
repo: code.cozy.town/vrifox/hugoci
|
||||
tags:
|
||||
- latest
|
||||
cache_from: code.cozy.town/vrifox/hugoci:latest
|
||||
secrets:
|
||||
- registry_username
|
||||
- registry_token
|
Loading…
Reference in a new issue