golang-vendor-private/.woodpecker/build.yaml
pips 2f93bb5305
Some checks failed
ci/woodpecker/push/build/2 Pipeline failed
ci/woodpecker/push/build/1 Pipeline failed
ci/woodpecker/push/build/3 Pipeline failed
feat(build): add latest go image version
2025-07-30 22:02:21 +02:00

20 lines
402 B
YAML

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