Merge pull request #240 from cerc-io/dboreham/fix-act-container-names

Use dashes not underscore to match docker-compose file
This commit is contained in:
David Boreham 2023-03-25 18:27:38 -06:00 committed by GitHub
commit 685ebdfb15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
#!/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

View File

@ -1,3 +0,0 @@
#!/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

View File

@ -1,3 +0,0 @@
#!/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

View File

@ -5,8 +5,8 @@ repos:
- cerc-io/hosting
- telackey/act_runner
containers:
- cerc/act_runner
- cerc/act_runner-task-executor
- cerc/act-runner
- cerc/act-runner-task-executor
pods:
- name: gitea
repository: cerc-io/hosting