chore: typo fix in runner Dockerfile [skip ci] (#1270)

This commit is contained in:
Milan Aleks 2022-03-29 05:05:24 -05:00 committed by GitHub
parent a95983fb98
commit 13e7b440a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ ENV HOME=/home/runner
# #
# If you're willing to uncomment the following line, you'd also need to comment-out the # If you're willing to uncomment the following line, you'd also need to comment-out the
# && curl -L -o runner.tar.gz https://github.com/actions/runner/releases/download/v${RUNNER_VERSION}/actions-runner-linux-${ARCH}-${RUNNER_VERSION}.tar.gz \ # && curl -L -o runner.tar.gz https://github.com/actions/runner/releases/download/v${RUNNER_VERSION}/actions-runner-linux-${ARCH}-${RUNNER_VERSION}.tar.gz \
# line in the next `RUN` command in this Dockerfile, to avoid overwiding this runner.tar.gz with a remote one. # line in the next `RUN` command in this Dockerfile, to avoid overwiting this runner.tar.gz with a remote one.
# COPY actions-runner-linux-x64-2.280.3.tar.gz /runnertmp/runner.tar.gz # COPY actions-runner-linux-x64-2.280.3.tar.gz /runnertmp/runner.tar.gz