From 635735c39ea82896931779758851f8e558465f82 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Wed, 19 Jun 2024 18:08:44 +0700 Subject: [PATCH] forgejo: added ubuntu label to the container --- system/services/forgejo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/services/forgejo.nix b/system/services/forgejo.nix index 03357af..d751408 100644 --- a/system/services/forgejo.nix +++ b/system/services/forgejo.nix @@ -59,6 +59,7 @@ in }; labels = [ "docker:docker://ghcr.io/catthehacker/ubuntu:act-22.04" + "ubuntu:docker://ghcr.io/catthehacker/ubuntu:act-22.04" "native:host" ]; };