golang-vendor-private/.woodpecker/build.yaml
pips acd13d7d8f
Some checks failed
ci/woodpecker/push/build/2 Pipeline failed
ci/woodpecker/push/build/1 Pipeline failed
ci/woodpecker/push/build/3 Pipeline failed
chore(ci): specify kaniko version for renovate
2025-08-24 19:13:14 +02:00

21 lines
427 B
YAML

matrix:
GO_VERSION:
- 1.23
- 1.24
- latest
when:
- event: [push, manual]
branch: main
steps:
- name: Build & publish container
image: woodpeckerci/plugin-kaniko:1.3.0
settings:
registry: ${CI_FORGE_URL##https://}
repo: ${CI_REPO_OWNER}/${CI_REPO_NAME}
tags: ${GO_VERSION}
username:
from_secret: forge-username
password:
from_secret: forge-token