container-pre-commit/.woodpecker.yaml
Henrik Hüttemann dd72e7d0cf
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add renovate config to match packages
2023-09-22 15:06:42 +02:00

29 lines
692 B
YAML

steps:
build-main:
when:
branch: main
image: woodpeckerci/plugin-docker-buildx:2.1.0
pull: true
settings:
platforms: linux/amd64
registry: ${CI_FORGE_URL}
username: WoodpeckerCI
password:
from_secret: gitea_token
repo: git.verdigado.com/${CI_REPO,,}
tag: "latest"
build-branch:
when:
branch:
exclude: ["main"]
image: woodpeckerci/plugin-docker-buildx:2.1.0
pull: true
settings:
platforms: linux/amd64
registry: ${CI_FORGE_URL}
username: WoodpeckerCI
password:
from_secret: gitea_token
repo: git.verdigado.com/${CI_REPO,,}
tag: ${CI_COMMIT_BRANCH}