Add Gitea action support via act_runner.

Former-commit-id: 74077d7704109802824dbb8f2e30709a3e1321b8
This commit is contained in:
2023-03-24 22:24:40 -05:00
parent 8e056c1b0c
commit 788b214116
5 changed files with 13 additions and 0 deletions
@@ -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
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