Split act-runner into its own pod and offer as a distinct stack. (#612)

* Split act-runner into its own pod and offer as a distinct stack.
This commit was merged in pull request #612.
This commit is contained in:
2023-10-27 13:57:13 -05:00
committed by GitHub
parent 6130eab5cb
commit 8cac598679
7 changed files with 85 additions and 44 deletions
@@ -2,4 +2,4 @@
# Build a local version of the task executor for act-runner
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
docker build -t cerc/act-runner-task-executor:local -f ${CERC_REPO_BASE_DIR}/hosting/gitea/Dockerfile.task-executor ${build_command_args} ${SCRIPT_DIR}
docker build -t cerc/act-runner-task-executor:local -f ${CERC_REPO_BASE_DIR}/hosting/act-runner/Dockerfile.task-executor ${build_command_args} ${SCRIPT_DIR}