We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d65d4b commit 41dd59fCopy full SHA for 41dd59f
Dockerfile
@@ -9,7 +9,8 @@ RUN apt update -y && apt install -y \
9
curl \
10
python3 \
11
pipx \
12
- mariadb-server
+ mariadb-server \
13
+ git
14
15
RUN curl -o actions-runner-linux-x64-${RUNNER_VERSION}.tar.gz -L https://github.com/actions/runner/releases/download/v${RUNNER_VERSION}/actions-runner-linux-x64-${RUNNER_VERSION}.tar.gz
16
start.sh
@@ -5,7 +5,7 @@ set -e
5
./config.sh \
6
--unattended \
7
--url https://github.com/ocf/ocflib \
8
- --token $RUNNER_TOKEN \
+ --pat ${GITHUB_PAT} \
--replace --name ocf-github-runner
# Start runner
0 commit comments