From aa2bb187ce939cf7b01ea3067c980d35a98bf291 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 19 Feb 2025 10:37:19 +0100 Subject: [PATCH] ci: update CI container image for test-build job --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 366770a..59491fe 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: name: test-build runs-on: vps-4 container: - image: catthehacker/ubuntu:act-latest + image: git.simonis.lol/projects/bun-casino:latest steps: - name: Checkout Code uses: actions/checkout@v4