diff --git a/runner/Dockerfile b/runner/Dockerfile index 093f9ce..94d755e 100644 --- a/runner/Dockerfile +++ b/runner/Dockerfile @@ -1,5 +1,6 @@ -FROM ghcr.io/sergelogvinov/github-actions-runner:2.321.0 +FROM ghcr.io/actions/actions-runner:2.321.0 +# FROM ghcr.io/sergelogvinov/github-actions-runner:2.321.0 -# Pull taito-cli:ci-gcp-dev on start +# Pull taito-cli image on start ENV RUNNER_WAIT_FOR_DOCKER_IN_SECONDS 10 -RUN sed -i '/updateFile="update.finished"/a docker pull taitounited/taito-cli:ci-gcp-dev' /home/runner/run-helper.sh.template +RUN sed -i '/updateFile="update.finished"/a docker pull $TAITO_CLI_IMAGE' /home/runner/run-helper.sh.template