From 45b7121e600f571e7b5618dbb566f8b18f646c50 Mon Sep 17 00:00:00 2001 From: Tobias Klemp Date: Wed, 3 Dec 2025 21:19:52 +0100 Subject: [PATCH] use default image --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7aae377..521b875 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,8 +9,8 @@ on: jobs: install: runs-on: ubuntu-latest - container: - image: oven/bun:alpine + # container: + # image: oven/bun:alpine outputs: cache-key: ${{ steps.cache-key.outputs.key }} steps: