mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-25 02:01:53 +08:00
fix: action (#6659)
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
||||
id: build
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
context: projects/agent-sandbox
|
||||
file: projects/agent-sandbox/Dockerfile
|
||||
platforms: linux/${{ matrix.arch }}
|
||||
labels: |
|
||||
@@ -173,7 +173,7 @@ jobs:
|
||||
id: build
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
context: projects/volume-manager
|
||||
file: projects/volume-manager/Dockerfile
|
||||
platforms: linux/${{ matrix.arch }}
|
||||
labels: |
|
||||
|
||||
Reference in New Issue
Block a user