fix
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
CI Main / Bats tests (push) Successful in 1m28s
acc-tests Cucumber test report
CI Main / Cucumber tests (push) Successful in 1m38s
ci-docker-build-push Docker push 0.2.23
CI Main / Build & Push Docker (push) Successful in 46s
CI Main / New docker to the cluster (push) Failing after 0s
CI Main / Move provider version tag (push) Has been skipped
CI Main / Report Summary (push) Successful in 5s

This commit is contained in:
moilanik
2026-06-22 10:12:15 +03:00
parent 6ae4766581
commit a99a8a28c6
+2 -2
View File
@@ -51,7 +51,7 @@ jobs:
version: ${{ needs.check-version.outputs.version }} version: ${{ needs.check-version.outputs.version }}
docker-gitops: docker-gitops:
name: Update docker name: New docker to the cluster
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@main
secrets: inherit secrets: inherit
@@ -75,7 +75,7 @@ jobs:
tag-maintenance: tag-maintenance:
name: Move provider version tag name: Move provider version tag
needs: [ocker-gitops] needs: [docker-gitops]
if: success() if: success()
uses: niko/gitea-ci-library/.gitea/workflows/tag-maintenance.yml@main uses: niko/gitea-ci-library/.gitea/workflows/tag-maintenance.yml@main
secrets: inherit secrets: inherit