masteria varten haarat kuntoon
CI / Load gitea-env.conf to pipeline env (push) Successful in 13s
CI / Quality Gate (push) Failing after 0s
CI / Build & Push Artifact (push) Has been skipped

This commit is contained in:
moilanik
2026-06-14 08:42:47 +03:00
parent 45f817589c
commit 0da16af045
3 changed files with 70 additions and 4 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ jobs:
name: Quality Gate
if: github.ref != 'refs/heads/main'
needs: [load-config]
uses: niko/gitea-ci-library/.gitea/workflows/quality-gate.yml@feture/docker-kyky
uses: niko/gitea-ci-library/.gitea/workflows/quality-gate.yml@main
secrets: inherit
with:
env_json: ${{ needs.load-config.outputs.env_json }}
@@ -26,7 +26,7 @@ jobs:
name: Build & Push Artifact
if: github.ref == 'refs/heads/main'
needs: [load-config]
uses: niko/gitea-ci-library/.gitea/workflows/build_publish-artifact.yml@feture/docker-kyky
uses: niko/gitea-ci-library/.gitea/workflows/build_publish-artifact.yml@main
secrets: inherit
with:
env_json: ${{ needs.load-config.outputs.env_json }}