Use dashes not underscore to match docker-compose file in hosting repo and convention
Former-commit-id: 022afdc352
This commit is contained in:
parent
f4e9837ed2
commit
16ff576413
3
app/data/container-build/cerc-act-runner-task-executor/build.sh
Executable file
3
app/data/container-build/cerc-act-runner-task-executor/build.sh
Executable 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
|
3
app/data/container-build/cerc-act-runner/build.sh
Executable file
3
app/data/container-build/cerc-act-runner/build.sh
Executable 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
|
@ -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
|
|
@ -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
|
|
@ -5,8 +5,8 @@ repos:
|
|||||||
- cerc-io/hosting
|
- cerc-io/hosting
|
||||||
- telackey/act_runner
|
- telackey/act_runner
|
||||||
containers:
|
containers:
|
||||||
- cerc/act_runner
|
- cerc/act-runner
|
||||||
- cerc/act_runner-task-executor
|
- cerc/act-runner-task-executor
|
||||||
pods:
|
pods:
|
||||||
- name: gitea
|
- name: gitea
|
||||||
repository: cerc-io/hosting
|
repository: cerc-io/hosting
|
||||||
|
Loading…
Reference in New Issue
Block a user