2025-01-26 19:03:25 +01:00
|
|
|
when:
|
|
|
|
- event: [manual, push]
|
|
|
|
|
2024-02-16 21:48:23 +01:00
|
|
|
steps:
|
2023-05-16 19:37:10 +02:00
|
|
|
build-and-push:
|
|
|
|
image: plugins/docker
|
2023-05-16 20:23:43 +02:00
|
|
|
settings:
|
|
|
|
registry: code.cozy.town
|
2025-01-26 19:03:25 +01:00
|
|
|
username: vrifox
|
2024-02-16 21:48:23 +01:00
|
|
|
password:
|
2023-05-16 20:23:43 +02:00
|
|
|
from_secret: registry_token
|
|
|
|
repo: code.cozy.town/vrifox/hugoci
|
2024-02-16 21:48:23 +01:00
|
|
|
tags:
|
2023-05-16 20:23:43 +02:00
|
|
|
- latest
|
2024-02-16 21:48:23 +01:00
|
|
|
cache_from: code.cozy.town/vrifox/hugoci:latest
|