diff --git a/docker/self-hosted-runner/user/entrypoint.05-config.sh b/docker/self-hosted-runner/user/entrypoint.05-config.sh index e89db9f..e13fbb7 100644 --- a/docker/self-hosted-runner/user/entrypoint.05-config.sh +++ b/docker/self-hosted-runner/user/entrypoint.05-config.sh @@ -22,7 +22,7 @@ cd ~/actions-runner && ./config.sh \ --unattended \ --url https://github.com/$GH_REPOSITORY \ --token "$token" \ - --name "ci-storage-$(cat /proc/sys/kernel/random/uuid)" \ + --name "ci-storage-$(cut -d- -f1 < /proc/sys/kernel/random/uuid)" \ --labels "$GH_LABELS" cleanup() {