Skip to content

Commit

Permalink
upgraded workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Sep 26, 2024
1 parent dad44d2 commit 7679c02
Showing 1 changed file with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Validate-Golang
name: Golang Service CD
on:
workflow_dispatch:
push:
Expand All @@ -9,7 +9,7 @@ on:
types: [opened, reopened]

jobs:
validate-golang:
Validate-Golang:
name: Valdiate Golang
uses: stuttgart-things/stuttgart-things/.github/workflows/call-golang-validation.yaml@main
with:
Expand All @@ -20,4 +20,12 @@ jobs:
golang-version: "1.23.1"
accept-linterrors: false
accept-failedtests: false
timeout-minutes: 15m
timeout-minutes: 15m

Image-Build:
name: Build golang oci conatiner image w/ ko
needs: Validate-Golang
uses: stuttgart-things/stuttgart-things/.github/workflows/call-ko-build.yaml@main
with:
environment-name: k8s
runs-on: ghr-clusterbook-skyami-cicd

0 comments on commit 7679c02

Please sign in to comment.