From 0c0c1229fe1c9a83d4dd5116732400a35a61d07b Mon Sep 17 00:00:00 2001
From: morguldir <morguldir@protonmail.com>
Date: Sat, 19 Apr 2025 05:16:42 +0200
Subject: [PATCH] use js image and switch to command -v

---
 .forgejo/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml
index 66842259..c529c1c9 100644
--- a/.forgejo/workflows/ci.yml
+++ b/.forgejo/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
         runs-on: [tom, dind, nix]
         container:
           network: host
-          image: catthehacker/ubuntu:act-latest
+          image: catthehacker/ubuntu:js-latest
           volumes:
             - /nix/store:/nix/store
             - /nix/var/nix/db:/nix/var/nix/db
@@ -216,7 +216,7 @@ jobs:
         name: Build
         runs-on: [tom, nix, dind]
         container:
-            image: catthehacker/ubuntu:act-latest
+            image: catthehacker/ubuntu:js-latest
             volumes:
                 - /nix/store:/nix/store
                 - /nix/var/nix/db:/nix/var/nix/db