Skip to content

Commit

Permalink
feat(runner): do not pull taito-cli on start
Browse files Browse the repository at this point in the history
  • Loading branch information
keskiju committed Dec 3, 2024
1 parent e8f3a70 commit 8f33cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ USER root
RUN mkdir -p /builds && chown runner:runner /builds

# Pull taito-cli:ci-gcp-dev on start
RUN sed -i '/updateFile="update.finished"/a docker pull ghcr.io/taitounited/taito-cli:ci-gcp-dev' /home/runner/run-helper.sh.template
# RUN sed -i '/updateFile="update.finished"/a docker pull ghcr.io/taitounited/taito-cli:ci-gcp-dev' /home/runner/run-helper.sh.template

USER runner

0 comments on commit 8f33cab

Please sign in to comment.