diff --git a/.gitea/workflows/example-main.yml b/.gitea/workflows/example-main.yml index 9857b6e..b36a6cc 100644 --- a/.gitea/workflows/example-main.yml +++ b/.gitea/workflows/example-main.yml @@ -51,9 +51,9 @@ jobs: version: ${{ needs.check-version.outputs.version }} docker-gitops: - name: New docker to the cluster + name: GitOps 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 with: env_json: ${{ needs.load-config.outputs.env_json }}