2023-03-26 00:26:21 +00:00
|
|
|
#!/usr/bin/env bash
|
2023-04-14 20:19:27 +00:00
|
|
|
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
|
2023-03-26 00:26:21 +00:00
|
|
|
# Build a local version of the act-runner image
|
2023-04-14 20:19:27 +00:00
|
|
|
# TODO: enhance the default build code path to cope with this container (repo has an _ which needs to be converted to - in the image tag)
|
|
|
|
docker build -t cerc/act-runner:local -f ${CERC_REPO_BASE_DIR}/act_runner/Dockerfile ${build_command_args} ${CERC_REPO_BASE_DIR}/act_runner
|