2023-03-26 00:26:21 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
# Build a local version of the task executor for act-runner
|
2023-04-14 20:19:27 +00:00
|
|
|
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
|
|
|
|
docker build -t cerc/act-runner-task-executor:local -f ${CERC_REPO_BASE_DIR}/hosting/gitea/Dockerfile.task-executor ${build_command_args} ${CERC_REPO_BASE_DIR}/hosting
|