fix: ci
All checks were successful
ci / build (push) Successful in 18s
ci / publish (push) Successful in 9s
ci / publish-docs (push) Successful in 39s

This commit is contained in:
Matthew McPeak 2026-06-14 14:44:14 -04:00
parent d15df59dc6
commit 9b9e560b62
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

View file

@ -8,7 +8,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: self-hosted
container: git.mcpeakdev.com/mcpeakdev/bun-ci:latest container: git.mcpeakdev.com/mcpeakdev/bun-ci:latest
outputs: outputs:
artifact_name: ${{ steps.meta.outputs.name }} artifact_name: ${{ steps.meta.outputs.name }}
@ -49,7 +49,7 @@ jobs:
publish: publish:
needs: build needs: build
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest runs-on: self-hosted
container: git.mcpeakdev.com/mcpeakdev/bun-ci:latest container: git.mcpeakdev.com/mcpeakdev/bun-ci:latest
steps: steps:
- name: Checkout - name: Checkout
@ -82,6 +82,7 @@ jobs:
needs: build needs: build
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/v')
runs-on: self-hosted runs-on: self-hosted
container: git.mcpeakdev.com/mcpeakdev/docker-pub:latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4