From fa714ef498abbd3ef226519677a2dc5ce7e8916b Mon Sep 17 00:00:00 2001 From: Dave the Dev Date: Sun, 5 Jul 2026 06:47:17 +0000 Subject: [PATCH] Hithomelabs/CFTunnels#69: promote custom slim runner image (ci-runner:1.0.0) in prod_image_tag_promote.yaml --- .gitea/workflows/prod_image_tag_promote.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/prod_image_tag_promote.yaml b/.gitea/workflows/prod_image_tag_promote.yaml index a2a2a16..6226ea5 100644 --- a/.gitea/workflows/prod_image_tag_promote.yaml +++ b/.gitea/workflows/prod_image_tag_promote.yaml @@ -28,7 +28,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