File tree 5 files changed +13
-0
lines changed
cerc-act_runner-task-executor
5 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
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 number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -28,3 +28,5 @@ cerc/builder-js
28
28
cerc/keycloak
29
29
cerc/tx-spammer
30
30
cerc/builder-gerbil
31
+ cerc/act_runner
32
+ cerc/act_runner-task-executor
Original file line number Diff line number Diff line change @@ -23,3 +23,4 @@ dboreham/foundry
23
23
lirewine/gem
24
24
lirewine/debug
25
25
lirewine/crypto
26
+ telackey/act_runner
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: package-registry
3
3
decription : " Local Package Registry"
4
4
repos :
5
5
- cerc-io/hosting
6
+ - telackey/act_runner
7
+ containers :
8
+ - cerc/act_runner
9
+ - cerc/act_runner-task-executor
6
10
pods :
7
11
- name : gitea
8
12
repository : cerc-io/hosting
You can’t perform that action at this time.
0 commit comments