This commit is contained in:
parent
c384dcedd2
commit
1108b4d10f
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
|||
pipeline:
|
||||
steps:
|
||||
build-and-push:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: code.cozy.town
|
||||
username:
|
||||
username:
|
||||
from_secret: registry_username
|
||||
password:
|
||||
password:
|
||||
from_secret: registry_token
|
||||
repo: code.cozy.town/vrifox/hugoci
|
||||
tags:
|
||||
tags:
|
||||
- latest
|
||||
cache_from: code.cozy.town/vrifox/hugoci:latest
|
||||
cache_from: code.cozy.town/vrifox/hugoci:latest
|
||||
|
|
Loading…
Reference in a new issue