4 lines
186 B
Bash
Executable File
4 lines
186 B
Bash
Executable File
#!/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
|