container-pre-commit/.woodpecker.yaml
Renovate Bot f6067a5715
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Renovate: Update woodpeckerci/plugin-docker-buildx Docker tag to v2.2.1
2023-11-19 12:58:17 +00:00

32 lines
722 B
YAML

when:
path: "*Dockerfile*"
steps:
build-main:
when:
branch: main
image: woodpeckerci/plugin-docker-buildx:2.2.1
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.2.1
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}