Skip to content

Commit e273243

Browse files
committed
fix(runner): run docker pull once docker daemon is up
1 parent f8c0b71 commit e273243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM ghcr.io/actions/actions-runner:latest
22

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

0 commit comments

Comments
 (0)