From 02736e43f74339170aa4299b83bb0d87021f3918 Mon Sep 17 00:00:00 2001 From: Dave the Dev Date: Sun, 5 Jul 2026 06:47:09 +0000 Subject: [PATCH] Hithomelabs/CFTunnels#69: promote custom slim runner image (ci-runner:1.0.0) in test_image_build_push.yml --- .gitea/workflows/test_image_build_push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test_image_build_push.yml b/.gitea/workflows/test_image_build_push.yml index 2cf9344..e8b7752 100644 --- a/.gitea/workflows/test_image_build_push.yml +++ b/.gitea/workflows/test_image_build_push.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest needs: tag container: - image: catthehacker/ubuntu:act-latest + image: 192.168.0.100:8928/hithomelabs/ci-runner:1.0.0 steps: - name: Check out repository code uses: actions/checkout@v4