From 8ce2b8f83433f8174df1f27322d857e24c1ef607 Mon Sep 17 00:00:00 2001 From: V Date: Sun, 14 Dec 2025 21:44:10 +0000 Subject: [PATCH] changed to regular image --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 9cfb0c5..0eeeebc 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -6,7 +6,7 @@ jobs: build-quartz: runs-on: ubuntu-latest container: - image: oven/bun:canary-slim + image: oven/bun:latest steps: - name: Grab local files uses: actions/checkout@v4