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