Use dashes not underscore to match docker-compose file in hosting repo and convention

This commit is contained in:
2023-03-25 18:26:21 -06:00
parent 7af7f654f6
commit 022afdc352
5 changed files with 8 additions and 8 deletions
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
# Build a local version of the task executor for act-runner
docker build -t cerc/act-runner-task-executor:local -f ${CERC_REPO_BASE_DIR}/act_runner/Dockerfile.task-executor ${CERC_REPO_BASE_DIR}/act_runner