mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-09 00:43:33 +08:00
use github runner again
This commit is contained in:
parent
08a45a9c76
commit
036a01f5ef
5
.github/workflows/develop.yml
vendored
5
.github/workflows/develop.yml
vendored
@ -9,10 +9,9 @@ env:
|
||||
IMAGE: ghcr.io/$(echo $GITHUB_REPOSITORY | tr '[A-Z]' '[a-z]')/aimingmed-ai-backend
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
name: Build Docker Image
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
@ -41,7 +40,7 @@ jobs:
|
||||
|
||||
test:
|
||||
name: Test Docker Image
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user