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
|
||||
tokenFile = config.sops.secrets.forgejo-runner-token.path;
|
||||
labels = [
|
||||
"docker:docker://node:20-bullseye"
|
||||
"aarch64"
|
||||
"linux"
|
||||
"pc"
|
||||
|
|
|
@ -53,7 +53,6 @@
|
|||
# Obtaining the path to the runner token file may differ
|
||||
tokenFile = config.sops.secrets.forgejo-runner-token.path;
|
||||
labels = [
|
||||
"docker:docker://node:20-bullseye"
|
||||
"x86_64"
|
||||
"linux"
|
||||
"pc"
|
||||
|
|
Loading…
Reference in a new issue