container-pre-commit/.woodpecker.yaml

13 lines
290 B
YAML
Raw Normal View History

steps:
build:
image: woodpeckerci/plugin-docker-buildx
pull: true
settings:
platforms: linux/amd64
registry: ${CI_FORGE_URL}
username: WoodpeckerCI
password:
from_secret: gitea_token
repo: ${CI_FORGE_URL}/${CI_REPO,,}
tag: "latest"