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