Compare commits
1 commit
main
...
update-woo
Author | SHA1 | Date | |
---|---|---|---|
ff68143981 |
1 changed files with 7 additions and 7 deletions
|
@ -3,13 +3,13 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
image: plugins/docker
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
registry: code.cozy.town
|
platforms: linux/amd64
|
||||||
username: vrifox
|
repo: ${CI_REPO_URL}
|
||||||
|
registry: ${CI_FORGE_URL}
|
||||||
|
tags: latest
|
||||||
|
username: ${CI_REPO_OWNER}
|
||||||
password:
|
password:
|
||||||
from_secret: registry_token
|
from_secret: registry_token
|
||||||
repo: code.cozy.town/vrifox/hugoci
|
cache_from: ${CI_FORGE_URL}:latest
|
||||||
tags:
|
|
||||||
- latest
|
|
||||||
cache_from: code.cozy.town/vrifox/hugoci:latest
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue