golang-vendor-private/.woodpecker/build.yaml
pips 26f7055ee4
All checks were successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/build/3 Pipeline was successful
chore(build): sort versions
2025-07-30 22:03:30 +02:00

20 lines
402 B
YAML

matrix:
GO_VERSION:
- 1.23
- 1.24
- latest
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}
tags: ${GO_VERSION}
username:
from_secret: forge-username
password:
from_secret: forge-token