From b3b0001b3cf7a0eebff4f7e971da99ccdb6ddf57 Mon Sep 17 00:00:00 2001 From: Matthew L McPeak Date: Sun, 14 Jun 2026 13:18:23 -0400 Subject: [PATCH] fix: ci --- .forgejo/workflows/ci.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 9262063..2c7acfe 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: build: runs-on: ubuntu-latest - container: oven/bun:1 + container: git.mcpeakdev.com/mcpeakdev/bun-ci:latest outputs: artifact_name: ${{ steps.meta.outputs.name }} steps: @@ -53,14 +53,8 @@ jobs: needs: build if: startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest - container: catthehacker/ubuntu:act-latest + container: git.mcpeakdev.com/mcpeakdev/bun-ci:latest steps: - - name: Install git, node, and npm - run: apt-get update && apt-get install -y git nodejs npm - - - name: Install bun - run: curl -fsSL https://bun.sh/install | bash && source /root/.bashrc - - name: Checkout uses: actions/checkout@v4 @@ -91,7 +85,7 @@ jobs: needs: build if: startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest - container: catthehacker/ubuntu:act-latest + container: git.mcpeakdev.com/mcpeakdev/bun-ci:latest steps: - name: Checkout uses: actions/checkout@v4