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