Merge pull request #238 from cerc-io/telackey/act_runner

Add Gitea action support via act_runner.

Former-commit-id: 7af7f654f6
This commit is contained in:
David Boreham 2023-03-25 11:35:07 -06:00 committed by GitHub
commit f4e9837ed2
5 changed files with 13 additions and 0 deletions

View 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

View 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

View File

@ -28,3 +28,5 @@ cerc/builder-js
cerc/keycloak
cerc/tx-spammer
cerc/builder-gerbil
cerc/act_runner
cerc/act_runner-task-executor

View File

@ -23,3 +23,4 @@ dboreham/foundry
lirewine/gem
lirewine/debug
lirewine/crypto
telackey/act_runner

View File

@ -3,6 +3,10 @@ name: package-registry
decription: "Local Package Registry"
repos:
- cerc-io/hosting
- telackey/act_runner
containers:
- cerc/act_runner
- cerc/act_runner-task-executor
pods:
- name: gitea
repository: cerc-io/hosting