mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
change to Ubuntu-latest
This commit is contained in:
parent
151b97a001
commit
efea8d7028
6
.github/workflows/develop.yml
vendored
6
.github/workflows/develop.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
build:
|
||||
name: Build Docker Image
|
||||
runs-on: self-hosted
|
||||
runs-on: Ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
test:
|
||||
name: Test Docker Image
|
||||
runs-on: self-hosted
|
||||
runs-on: Ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -67,8 +67,6 @@ jobs:
|
||||
docker run \
|
||||
-d \
|
||||
--name backend \
|
||||
--memory=6g \
|
||||
--cpus=2 \
|
||||
-e PORT=8765 \
|
||||
-e ENVIRONMENT=dev \
|
||||
-e TESTING=0 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user