From e56f50df8ddcc1c9d22fc7ad9a710f724fb207ca 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7aae377..b894b6a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,8 +9,9 @@ on: jobs: install: runs-on: ubuntu-latest - container: - image: oven/bun:alpine + # this seems to not work correctly + # container: + # image: oven/bun:alpine outputs: cache-key: ${{ steps.cache-key.outputs.key }} steps: