golang-vendor-private/.woodpecker/build.yaml
pips b46b8ae99e
All checks were successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/build/1 Pipeline was successful
fix(build): oops tag should go to tags setting
2025-07-30 22:00:01 +02:00

19 lines
389 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}
tags: ${GO_VERSION}
username:
from_secret: forge-username
password:
from_secret: forge-token