Skip to content

Commit

Permalink
feat(runner): use orig actions-runner, pull specified taito-cli image
Browse files Browse the repository at this point in the history
  • Loading branch information
keskiju committed Dec 8, 2024
1 parent 43d163d commit e999819
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e999819

Please sign in to comment.