Skip to content

Commit

Permalink
fix(runner): run docker pull once docker daemon is up
Browse files Browse the repository at this point in the history
  • Loading branch information
keskiju committed Dec 1, 2024
1 parent f8c0b71 commit e273243
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
@@ -1,4 +1,4 @@
FROM ghcr.io/actions/actions-runner:latest

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

0 comments on commit e273243

Please sign in to comment.