Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
e98a77e1
authored
May 13, 2026
by
DigHuang
Committed by
GitHub
May 13, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: preview sandbox proxy image (#6930)
parent
011e718b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
.github/workflows/preview-fastgpt-build.yml
+5
-1
.github/workflows/preview-fastgpt-push.yml
+3
-1
No files found.
.github/workflows/preview-fastgpt-build.yml
View file @
e98a77e1
...
@@ -18,7 +18,7 @@ jobs:
...
@@ -18,7 +18,7 @@ jobs:
runs-on
:
ubuntu-24.04
runs-on
:
ubuntu-24.04
strategy
:
strategy
:
matrix
:
matrix
:
image
:
[
fastgpt
,
code-sandbox
,
mcp_server
]
image
:
[
fastgpt
,
code-sandbox
,
mcp_server
,
sandbox-proxy
]
fail-fast
:
false
fail-fast
:
false
steps
:
steps
:
...
@@ -43,6 +43,10 @@ jobs:
...
@@ -43,6 +43,10 @@ jobs:
echo "DOCKERFILE=projects/mcp_server/Dockerfile" >> $GITHUB_OUTPUT
echo "DOCKERFILE=projects/mcp_server/Dockerfile" >> $GITHUB_OUTPUT
echo "DESCRIPTION=fastgpt-mcp_server-pr image" >> $GITHUB_OUTPUT
echo "DESCRIPTION=fastgpt-mcp_server-pr image" >> $GITHUB_OUTPUT
echo "IMAGE_NAME=fastgpt-mcp-server" >> $GITHUB_OUTPUT
echo "IMAGE_NAME=fastgpt-mcp-server" >> $GITHUB_OUTPUT
elif [[ "${{ matrix.image }}" == "sandbox-proxy" ]]; then
echo "DOCKERFILE=projects/sandbox-proxy/Dockerfile" >> $GITHUB_OUTPUT
echo "DESCRIPTION=fastgpt-sandbox-proxy-pr image" >> $GITHUB_OUTPUT
echo "IMAGE_NAME=fastgpt-sandbox-proxy" >> $GITHUB_OUTPUT
fi
fi
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
...
...
.github/workflows/preview-fastgpt-push.yml
View file @
e98a77e1
...
@@ -26,7 +26,7 @@ jobs:
...
@@ -26,7 +26,7 @@ jobs:
if
:
${{ github.event.workflow_run.conclusion == 'success' }}
if
:
${{ github.event.workflow_run.conclusion == 'success' }}
strategy
:
strategy
:
matrix
:
matrix
:
image
:
[
fastgpt
,
code-sandbox
,
mcp_server
]
image
:
[
fastgpt
,
code-sandbox
,
mcp_server
,
sandbox-proxy
]
fail-fast
:
false
fail-fast
:
false
steps
:
steps
:
...
@@ -39,6 +39,8 @@ jobs:
...
@@ -39,6 +39,8 @@ jobs:
echo "IMAGE_NAME=fastgpt-code-sandbox" >> $GITHUB_OUTPUT
echo "IMAGE_NAME=fastgpt-code-sandbox" >> $GITHUB_OUTPUT
elif [[ "${{ matrix.image }}" == "mcp_server" ]]; then
elif [[ "${{ matrix.image }}" == "mcp_server" ]]; then
echo "IMAGE_NAME=fastgpt-mcp-server" >> $GITHUB_OUTPUT
echo "IMAGE_NAME=fastgpt-mcp-server" >> $GITHUB_OUTPUT
elif [[ "${{ matrix.image }}" == "sandbox-proxy" ]]; then
echo "IMAGE_NAME=fastgpt-sandbox-proxy" >> $GITHUB_OUTPUT
fi
fi
-
name
:
Download build artifact
-
name
:
Download build artifact
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment