container-pre-commit/.woodpecker.yaml
Henrik Hüttemann de2d02498c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add CI pipeline to build and push image
2023-09-21 16:31:16 +02:00

12 lines
290 B
YAML

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"