fix: ci
This commit is contained in:
parent
d15df59dc6
commit
9b9e560b62
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue