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
|