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
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:
@@ -51,7 +51,7 @@ jobs:
|
||||
version: ${{ needs.check-version.outputs.version }}
|
||||
|
||||
docker-gitops:
|
||||
name: Update docker
|
||||
name: New docker to the cluster
|
||||
needs: [docker-build-push]
|
||||
uses: niko/gitea-ci-library/.gitea/workflows/gitops-dispatch.yml@main
|
||||
secrets: inherit
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
|
||||
tag-maintenance:
|
||||
name: Move provider version tag
|
||||
needs: [ocker-gitops]
|
||||
needs: [docker-gitops]
|
||||
if: success()
|
||||
uses: niko/gitea-ci-library/.gitea/workflows/tag-maintenance.yml@main
|
||||
secrets: inherit
|
||||
|
||||
Reference in New Issue
Block a user