golang-vendor-private/.woodpecker/build.yaml

22 lines
427 B
YAML
Raw Normal View History

matrix:
GO_VERSION:
2025-07-30 22:03:30 +02:00
- 1.24
- 1.25
2025-07-30 22:03:30 +02:00
- latest
2025-07-30 21:29:53 +02:00
when:
- event: [push, manual]
2025-08-23 16:08:54 +02:00
branch: main
2025-07-30 21:29:53 +02:00
steps:
- name: Build & publish container
image: woodpeckerci/plugin-kaniko:2.0.0
2025-07-30 21:29:53 +02:00
settings:
registry: ${CI_FORGE_URL##https://}
repo: ${CI_REPO_OWNER}/${CI_REPO_NAME}
tags: ${GO_VERSION}
2025-07-30 21:29:53 +02:00
username:
from_secret: forge-username
password:
from_secret: forge-token