Compare commits

..

1 Commits

Author SHA1 Message Date
moilanik 077d98edb8 any branch
CI Feature / Bats tests (push) Has been cancelled
CI Feature / Cucumber tests (push) Has been cancelled
CI Feature / Report Summary (push) Has been cancelled
CI Feature / Load example-gitea-env.conf to pipeline env (push) Has been cancelled
CI Main / Load example-gitea-env.conf to pipeline env (push) Successful in 22s
CI Main / Check existing artifact (push) Successful in 19s
unit-tests Bats test report
acc-tests Cucumber test report
CI Main / Cucumber tests (push) Successful in 1m41s
CI Main / Bats tests (push) Successful in 1m29s
ci-docker-build-push Docker push 0.2.24
CI Main / Build & Push Docker (push) Successful in 42s
CI Main / GitOps (push) Failing after 0s
CI Main / Move provider version tag (push) Has been skipped
CI Main / Report Summary (push) Successful in 5s
2026-06-22 10:24:31 +03:00
+2 -2
View File
@@ -51,9 +51,9 @@ jobs:
version: ${{ needs.check-version.outputs.version }} version: ${{ needs.check-version.outputs.version }}
docker-gitops: docker-gitops:
name: New docker to the cluster name: GitOps
needs: [docker-build-push] needs: [docker-build-push]
uses: niko/gitea-ci-library/.gitea/workflows/gitops-dispatch.yml@main uses: niko/gitea-ci-library/.gitea/workflows/gitops-dispatch.yml
secrets: inherit secrets: inherit
with: with:
env_json: ${{ needs.load-config.outputs.env_json }} env_json: ${{ needs.load-config.outputs.env_json }}