Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Vri
ff68143981
fix: use different dockerfile plugin 2025-06-16 15:56:22 +02:00

View file

@ -3,13 +3,13 @@ when:
steps:
build-and-push:
image: plugins/docker
image: woodpeckerci/plugin-docker-buildx
settings:
registry: code.cozy.town
username: vrifox
platforms: linux/amd64
repo: ${CI_REPO_URL}
registry: ${CI_FORGE_URL}
tags: latest
username: ${CI_REPO_OWNER}
password:
from_secret: registry_token
repo: code.cozy.town/vrifox/hugoci
tags:
- latest
cache_from: code.cozy.town/vrifox/hugoci:latest
cache_from: ${CI_FORGE_URL}:latest