Skip to content

Commit 7af7f65

Browse files
authored
Merge pull request cerc-io#238 from cerc-io/telackey/act_runner
Add Gitea action support via act_runner.
2 parents ece0173 + 74077d7 commit 7af7f65

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
# Build a local version of the task executor for act_runner
3+
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
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
# Build a local version of the act_runner image
3+
docker build -t cerc/act_runner:local -f ${CERC_REPO_BASE_DIR}/act_runner/Dockerfile ${CERC_REPO_BASE_DIR}/act_runner

app/data/container-image-list.txt

+2
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ cerc/builder-js
2828
cerc/keycloak
2929
cerc/tx-spammer
3030
cerc/builder-gerbil
31+
cerc/act_runner
32+
cerc/act_runner-task-executor

app/data/repository-list.txt

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ dboreham/foundry
2323
lirewine/gem
2424
lirewine/debug
2525
lirewine/crypto
26+
telackey/act_runner

app/data/stacks/package-registry/stack.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: package-registry
33
decription: "Local Package Registry"
44
repos:
55
- cerc-io/hosting
6+
- telackey/act_runner
7+
containers:
8+
- cerc/act_runner
9+
- cerc/act_runner-task-executor
610
pods:
711
- name: gitea
812
repository: cerc-io/hosting

0 commit comments

Comments
 (0)