Add sequence 3 flows
All checks were successful
Build and Push Docker Image / test (push) Successful in 8s
Build and Push Docker Image / build_and_push (push) Successful in 32s

This commit is contained in:
Ankur Malik 2025-12-04 11:19:46 -05:00
parent 12c4821850
commit 4e4d59aa7d
4 changed files with 22414 additions and 25 deletions

View File

@ -42,10 +42,13 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
- name: Configure Docker Buildx - name: Setup Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
with: with:
driver: docker config-inline: |
[registry."centurion-version-control.default.svc.cluster.local:3000"]
http = true
insecure = true
- name: Auth to Container Registry - name: Auth to Container Registry
uses: docker/login-action@v2 uses: docker/login-action@v2

11921
flows.json

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -89,11 +89,7 @@
} }
} }
} }
}, }
# "root_input": {
# "type": "object",
# "description": "Original root inputs passed to the workflow"
# }
}, },
"required": [ "required": [
"workflow_id", "workflow_id",