use github runner again

This commit is contained in:
leehk 2025-04-12 21:34:45 +08:00
parent 08a45a9c76
commit 036a01f5ef

View File

@ -9,10 +9,9 @@ env:
IMAGE: ghcr.io/$(echo $GITHUB_REPOSITORY | tr '[A-Z]' '[a-z]')/aimingmed-ai-backend IMAGE: ghcr.io/$(echo $GITHUB_REPOSITORY | tr '[A-Z]' '[a-z]')/aimingmed-ai-backend
jobs: jobs:
build: build:
name: Build Docker Image name: Build Docker Image
runs-on: self-hosted runs-on: ubuntu-latest
permissions: permissions:
contents: read contents: read
packages: write packages: write
@ -41,7 +40,7 @@ jobs:
test: test:
name: Test Docker Image name: Test Docker Image
runs-on: self-hosted runs-on: ubuntu-latest
needs: build needs: build
steps: steps:
- name: Checkout - name: Checkout