Compare commits
No commits in common. "sequence-3" and "main" have entirely different histories.
sequence-3
...
main
@ -42,13 +42,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Setup Buildx
|
- name: Configure Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
config-inline: |
|
driver: docker
|
||||||
[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
|
||||||
|
|||||||
11937
flows.json
11937
flows.json
File diff suppressed because it is too large
Load Diff
10487
request_schema.json
10487
request_schema.json
File diff suppressed because it is too large
Load Diff
@ -89,7 +89,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
# "root_input": {
|
||||||
|
# "type": "object",
|
||||||
|
# "description": "Original root inputs passed to the workflow"
|
||||||
|
# }
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"workflow_id",
|
"workflow_id",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user