From 4d0addac134cb90e679e3ace3741c8c9c774715b Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 1 Jul 2024 11:11:17 -0500 Subject: [PATCH] Remove 'docker' tag on native hosts. Leave it for kubernetes. --- agents/fj-hetzner-aarch64.nix | 1 - agents/fj-shadowfax-x86_64.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/agents/fj-hetzner-aarch64.nix b/agents/fj-hetzner-aarch64.nix index ae3c517..59de509 100644 --- a/agents/fj-hetzner-aarch64.nix +++ b/agents/fj-hetzner-aarch64.nix @@ -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" diff --git a/agents/fj-shadowfax-x86_64.nix b/agents/fj-shadowfax-x86_64.nix index 24051b3..e56cfc3 100644 --- a/agents/fj-shadowfax-x86_64.nix +++ b/agents/fj-shadowfax-x86_64.nix @@ -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"