Remove 'docker' tag on native hosts. Leave it for kubernetes.
This commit is contained in:
parent
655da91990
commit
4d0addac13
2 changed files with 0 additions and 2 deletions
|
@ -41,7 +41,6 @@
|
||||||
# Obtaining the path to the runner token file may differ
|
# Obtaining the path to the runner token file may differ
|
||||||
tokenFile = config.sops.secrets.forgejo-runner-token.path;
|
tokenFile = config.sops.secrets.forgejo-runner-token.path;
|
||||||
labels = [
|
labels = [
|
||||||
"docker:docker://node:20-bullseye"
|
|
||||||
"aarch64"
|
"aarch64"
|
||||||
"linux"
|
"linux"
|
||||||
"pc"
|
"pc"
|
||||||
|
|
|
@ -53,7 +53,6 @@
|
||||||
# Obtaining the path to the runner token file may differ
|
# Obtaining the path to the runner token file may differ
|
||||||
tokenFile = config.sops.secrets.forgejo-runner-token.path;
|
tokenFile = config.sops.secrets.forgejo-runner-token.path;
|
||||||
labels = [
|
labels = [
|
||||||
"docker:docker://node:20-bullseye"
|
|
||||||
"x86_64"
|
"x86_64"
|
||||||
"linux"
|
"linux"
|
||||||
"pc"
|
"pc"
|
||||||
|
|
Loading…
Reference in a new issue