Add Gitea action support via act_runner.
This commit is contained in:
parent
b2cef16462
commit
74077d7704
3
app/data/container-build/cerc-act_runner-task-executor/build.sh
Executable file
3
app/data/container-build/cerc-act_runner-task-executor/build.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
# Build a local version of the task executor for act_runner
|
||||||
|
docker build -t cerc/act_runner-task-executor:local -f ${CERC_REPO_BASE_DIR}/act_runner/Dockerfile.task-executor ${CERC_REPO_BASE_DIR}/act_runner
|
3
app/data/container-build/cerc-act_runner/build.sh
Executable file
3
app/data/container-build/cerc-act_runner/build.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
# Build a local version of the act_runner image
|
||||||
|
docker build -t cerc/act_runner:local -f ${CERC_REPO_BASE_DIR}/act_runner/Dockerfile ${CERC_REPO_BASE_DIR}/act_runner
|
@ -28,3 +28,5 @@ cerc/builder-js
|
|||||||
cerc/keycloak
|
cerc/keycloak
|
||||||
cerc/tx-spammer
|
cerc/tx-spammer
|
||||||
cerc/builder-gerbil
|
cerc/builder-gerbil
|
||||||
|
cerc/act_runner
|
||||||
|
cerc/act_runner-task-executor
|
||||||
|
@ -23,3 +23,4 @@ dboreham/foundry
|
|||||||
lirewine/gem
|
lirewine/gem
|
||||||
lirewine/debug
|
lirewine/debug
|
||||||
lirewine/crypto
|
lirewine/crypto
|
||||||
|
telackey/act_runner
|
||||||
|
@ -3,6 +3,10 @@ name: package-registry
|
|||||||
decription: "Local Package Registry"
|
decription: "Local Package Registry"
|
||||||
repos:
|
repos:
|
||||||
- cerc-io/hosting
|
- cerc-io/hosting
|
||||||
|
- telackey/act_runner
|
||||||
|
containers:
|
||||||
|
- cerc/act_runner
|
||||||
|
- cerc/act_runner-task-executor
|
||||||
pods:
|
pods:
|
||||||
- name: gitea
|
- name: gitea
|
||||||
repository: cerc-io/hosting
|
repository: cerc-io/hosting
|
||||||
|
Loading…
Reference in New Issue
Block a user