golang-vendor-private/.woodpecker/build.yaml
pips 503bbb8f89
Some checks failed
ci/woodpecker/push/build/1 Pipeline failed
ci/woodpecker/push/build/2 Pipeline failed
feat(build): build for supported golang versions
2025-07-30 21:57:04 +02:00

18 lines
377 B
YAML

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