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