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: 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