From fcd89ca1b100220592cc6c1b5e670821b52bdb08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20Echterh=C3=B6lter?= Date: Fri, 12 Apr 2024 09:43:33 +0200 Subject: [PATCH] ci: adjusted to updated CI workflow --- .github/workflows/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 2b81075..54e80ba 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -6,8 +6,9 @@ jobs: concurrency: group: ${{ github.ref }} cancel-in-progress: true - uses: openmfp/gha/.github/workflows/pipeline-golang-app.yml@feat/allow-local-coverage-configuration + uses: openmfp/gha/.github/workflows/pipeline-golang-app.yml@main secrets: inherit with: imageTagName: ghcr.io/openmfp/account-operator useMake: true + useLocalCoverageConfig: true