Skip to content

added cr

added cr #57

Workflow file for this run

---
name: Validate & Build clusterbook service
on:
workflow_dispatch:
push:
branches:
- 'main'
- 'feature/**'
- 'fix/**'
pull_request:
types: [opened, reopened]
jobs:
Validate-Golang:
name: Valdiate Golang Code
uses: stuttgart-things/stuttgart-things/.github/workflows/call-golang-validation.yaml@main
with:
module-name: clusterbook
environment-name: k8s
runs-on: ghr-clusterbook-skyami-cicd
golint-version: v1.61.0-alpine
golang-version: 1.23.1
accept-linterrors: false
accept-failedtests: false
timeout-minutes: 15m
Build-Image:
name: Build Container Image
needs: Validate-Golang
uses: stuttgart-things/stuttgart-things/.github/workflows/call-ko-build.yaml@main
permissions:
actions: read
packages: write
with:
environment-name: k8s
runs-on: docker
golang-version: 1.23.1
secrets: inherit