mirror of
https://github.com/stardrophere/InsightRadar.git
synced 2026-06-06 01:57:51 +08:00
Update docker-image.yml
This commit is contained in:
@@ -17,6 +17,12 @@ jobs:
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Install the latest version of uv
|
||||
uses: astral-sh/setup-uv@v7
|
||||
|
||||
- name: uv lock
|
||||
run: uv lock
|
||||
|
||||
- name: Build Docker Image (with BuildKit)
|
||||
working-directory: backend
|
||||
|
||||
Reference in New Issue
Block a user