Compare commits
1 Commits
main
...
sequence-3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e4d59aa7d |
@ -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
11921
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,11 +89,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
# "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