fix: use different dockerfile plugin

This commit is contained in:
Vri 🌈 2025-06-16 15:56:22 +02:00
parent df6a9feef4
commit ff68143981
Signed by: vrifox
SSH key fingerprint: SHA256:7OLOvW+jmULkXpdl5rUWgid7WJQhOIEgj+4WP/PtCpI

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