Skip to content

Commit 3580ed1

Browse files
committed
fix: disable automatic runner updates
1 parent 33d4318 commit 3580ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ FROM myoung34/github-runner:ubuntu-focal
44
# https://gha-cache-server.falcondev.io/getting-started
55
RUN sed -i 's/\x41\x00\x43\x00\x54\x00\x49\x00\x4F\x00\x4E\x00\x53\x00\x5F\x00\x43\x00\x41\x00\x43\x00\x48\x00\x45\x00\x5F\x00\x55\x00\x52\x00\x4C\x00/\x41\x00\x43\x00\x54\x00\x49\x00\x4F\x00\x4E\x00\x53\x00\x5F\x00\x43\x00\x41\x00\x43\x00\x48\x00\x45\x00\x5F\x00\x4F\x00\x52\x00\x4C\x00/g' /actions-runner/bin/Runner.Worker.dll
66

7-
CMD timeout $TIMEOUT ./bin/Runner.Listener run --startuptype service
7+
CMD timeout $TIMEOUT ./bin/Runner.Listener run --startuptype service --disableupdate

0 commit comments

Comments
 (0)