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
ea7aa617
authored
Jul 14, 2026
by
Archer
Committed by
GitHub
Jul 14, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ci): use allowlisted action versions (#7301)
parent
0d4a40de
Show whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
125 additions
and
125 deletions
+125
-125
.forgejo/workflows/build-agent-sandbox.yml
+10
-10
.forgejo/workflows/build-code-sandbox.yml
+5
-5
.forgejo/workflows/build-fastgpt-ide-agent.yml
+5
-5
.forgejo/workflows/build-fastgpt.yml
+5
-5
.forgejo/workflows/build-marketplace.yml
+5
-5
.forgejo/workflows/build-mcp-server.yml
+5
-5
.forgejo/workflows/test-fastgpt.yaml
+3
-3
.forgejo/workflows/test-sandbox.yaml
+1
-1
.github/workflows/build-admin.yml
+6
-6
.github/workflows/build-agent-sandbox.yml
+14
-14
.github/workflows/build-browser-sandbox.yml
+8
-8
.github/workflows/build-code-sandbox.yml
+6
-6
.github/workflows/build-docs.yml
+4
-4
.github/workflows/build-fastgpt-ide-agent.yml
+6
-6
.github/workflows/build-fastgpt.yml
+7
-7
.github/workflows/build-marketplace.yml
+6
-6
.github/workflows/build-mcp-server.yml
+7
-7
.github/workflows/build-sso-service-image.yml
+4
-4
.github/workflows/preview-admin-build.yml
+2
-2
.github/workflows/preview-admin-push.yml
+2
-2
.github/workflows/preview-docs-build.yml
+2
-2
.github/workflows/preview-docs-push.yml
+2
-2
.github/workflows/preview-fastgpt-build.yml
+2
-2
.github/workflows/preview-fastgpt-push.yml
+2
-2
.github/workflows/test-fastgpt-pro.yaml
+2
-2
.github/workflows/test-fastgpt.yaml
+3
-3
.github/workflows/test-sandbox.yaml
+1
-1
No files found.
.forgejo/workflows/build-agent-sandbox.yml
View file @
ea7aa617
...
@@ -69,7 +69,7 @@ jobs:
...
@@ -69,7 +69,7 @@ jobs:
EOF
EOF
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
|
driver-opts
:
|
network=host
network=host
...
@@ -96,7 +96,7 @@ jobs:
...
@@ -96,7 +96,7 @@ jobs:
echo "SOURCE_URL=${{ github.server_url }}/${{ github.repository }}" >> "$GITHUB_ENV"
echo "SOURCE_URL=${{ github.server_url }}/${{ github.repository }}" >> "$GITHUB_ENV"
-
name
:
Login to Container Registry
-
name
:
Login to Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
${{ env.REGISTRY }}
registry
:
${{ env.REGISTRY }}
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -104,7 +104,7 @@ jobs:
...
@@ -104,7 +104,7 @@ jobs:
-
name
:
Build for ${{ matrix.arch }}
-
name
:
Build for ${{ matrix.arch }}
id
:
build
id
:
build
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
env
:
env
:
GODEBUG
:
madvdontneed=0
GODEBUG
:
madvdontneed=0
with
:
with
:
...
@@ -181,7 +181,7 @@ jobs:
...
@@ -181,7 +181,7 @@ jobs:
EOF
EOF
-
name
:
Login to Container Registry
-
name
:
Login to Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
${{ env.REGISTRY }}
registry
:
${{ env.REGISTRY }}
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -200,7 +200,7 @@ jobs:
...
@@ -200,7 +200,7 @@ jobs:
path
:
${{ runner.temp }}/digests
path
:
${{ runner.temp }}/digests
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
|
driver-opts
:
|
network=host
network=host
...
@@ -290,7 +290,7 @@ jobs:
...
@@ -290,7 +290,7 @@ jobs:
EOF
EOF
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
|
driver-opts
:
|
network=host
network=host
...
@@ -317,7 +317,7 @@ jobs:
...
@@ -317,7 +317,7 @@ jobs:
echo "SOURCE_URL=${{ github.server_url }}/${{ github.repository }}" >> "$GITHUB_ENV"
echo "SOURCE_URL=${{ github.server_url }}/${{ github.repository }}" >> "$GITHUB_ENV"
-
name
:
Login to Container Registry
-
name
:
Login to Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
${{ env.REGISTRY }}
registry
:
${{ env.REGISTRY }}
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -325,7 +325,7 @@ jobs:
...
@@ -325,7 +325,7 @@ jobs:
-
name
:
Build for ${{ matrix.arch }}
-
name
:
Build for ${{ matrix.arch }}
id
:
build
id
:
build
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
env
:
env
:
GODEBUG
:
madvdontneed=0
GODEBUG
:
madvdontneed=0
with
:
with
:
...
@@ -403,7 +403,7 @@ jobs:
...
@@ -403,7 +403,7 @@ jobs:
EOF
EOF
-
name
:
Login to Container Registry
-
name
:
Login to Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
${{ env.REGISTRY }}
registry
:
${{ env.REGISTRY }}
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -422,7 +422,7 @@ jobs:
...
@@ -422,7 +422,7 @@ jobs:
path
:
${{ runner.temp }}/digests
path
:
${{ runner.temp }}/digests
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
|
driver-opts
:
|
network=host
network=host
...
...
.forgejo/workflows/build-code-sandbox.yml
View file @
ea7aa617
...
@@ -89,7 +89,7 @@ jobs:
...
@@ -89,7 +89,7 @@ jobs:
EOF
EOF
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
|
driver-opts
:
|
network=host
network=host
...
@@ -116,7 +116,7 @@ jobs:
...
@@ -116,7 +116,7 @@ jobs:
echo "SOURCE_URL=${{ github.server_url }}/${{ github.repository }}" >> "$GITHUB_ENV"
echo "SOURCE_URL=${{ github.server_url }}/${{ github.repository }}" >> "$GITHUB_ENV"
-
name
:
Login to Container Registry
-
name
:
Login to Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
${{ env.REGISTRY }}
registry
:
${{ env.REGISTRY }}
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -124,7 +124,7 @@ jobs:
...
@@ -124,7 +124,7 @@ jobs:
-
name
:
Build for ${{ matrix.arch }}
-
name
:
Build for ${{ matrix.arch }}
id
:
build
id
:
build
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
env
:
env
:
GODEBUG
:
madvdontneed=0
GODEBUG
:
madvdontneed=0
with
:
with
:
...
@@ -201,7 +201,7 @@ jobs:
...
@@ -201,7 +201,7 @@ jobs:
EOF
EOF
-
name
:
Login to Container Registry
-
name
:
Login to Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
${{ env.REGISTRY }}
registry
:
${{ env.REGISTRY }}
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -220,7 +220,7 @@ jobs:
...
@@ -220,7 +220,7 @@ jobs:
path
:
${{ runner.temp }}/digests
path
:
${{ runner.temp }}/digests
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
|
driver-opts
:
|
network=host
network=host
...
...
.forgejo/workflows/build-fastgpt-ide-agent.yml
View file @
ea7aa617
...
@@ -80,7 +80,7 @@ jobs:
...
@@ -80,7 +80,7 @@ jobs:
EOF
EOF
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
|
driver-opts
:
|
network=host
network=host
...
@@ -107,7 +107,7 @@ jobs:
...
@@ -107,7 +107,7 @@ jobs:
echo "SOURCE_URL=${{ github.server_url }}/${{ github.repository }}" >> "$GITHUB_ENV"
echo "SOURCE_URL=${{ github.server_url }}/${{ github.repository }}" >> "$GITHUB_ENV"
-
name
:
Login to Container Registry
-
name
:
Login to Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
${{ env.REGISTRY }}
registry
:
${{ env.REGISTRY }}
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -115,7 +115,7 @@ jobs:
...
@@ -115,7 +115,7 @@ jobs:
-
name
:
Build for ${{ matrix.arch }}
-
name
:
Build for ${{ matrix.arch }}
id
:
build
id
:
build
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
env
:
env
:
GODEBUG
:
madvdontneed=0
GODEBUG
:
madvdontneed=0
with
:
with
:
...
@@ -199,7 +199,7 @@ jobs:
...
@@ -199,7 +199,7 @@ jobs:
EOF
EOF
-
name
:
Login to Container Registry
-
name
:
Login to Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
${{ env.REGISTRY }}
registry
:
${{ env.REGISTRY }}
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -218,7 +218,7 @@ jobs:
...
@@ -218,7 +218,7 @@ jobs:
path
:
${{ runner.temp }}/digests
path
:
${{ runner.temp }}/digests
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
|
driver-opts
:
|
network=host
network=host
...
...
.forgejo/workflows/build-fastgpt.yml
View file @
ea7aa617
...
@@ -95,7 +95,7 @@ jobs:
...
@@ -95,7 +95,7 @@ jobs:
EOF
EOF
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
|
driver-opts
:
|
network=host
network=host
...
@@ -123,7 +123,7 @@ jobs:
...
@@ -123,7 +123,7 @@ jobs:
# login docker
# login docker
-
name
:
Login to Container Registry
-
name
:
Login to Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
${{ env.REGISTRY }}
registry
:
${{ env.REGISTRY }}
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -131,7 +131,7 @@ jobs:
...
@@ -131,7 +131,7 @@ jobs:
-
name
:
Build for ${{ matrix.archs.arch }}
-
name
:
Build for ${{ matrix.archs.arch }}
id
:
build
id
:
build
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
env
:
env
:
GODEBUG
:
madvdontneed=0
GODEBUG
:
madvdontneed=0
with
:
with
:
...
@@ -215,7 +215,7 @@ jobs:
...
@@ -215,7 +215,7 @@ jobs:
EOF
EOF
-
name
:
Login to Container Registry
-
name
:
Login to Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
${{ env.REGISTRY }}
registry
:
${{ env.REGISTRY }}
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -234,7 +234,7 @@ jobs:
...
@@ -234,7 +234,7 @@ jobs:
path
:
${{ runner.temp }}/digests
path
:
${{ runner.temp }}/digests
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
|
driver-opts
:
|
network=host
network=host
...
...
.forgejo/workflows/build-marketplace.yml
View file @
ea7aa617
...
@@ -52,7 +52,7 @@ jobs:
...
@@ -52,7 +52,7 @@ jobs:
EOF
EOF
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
|
driver-opts
:
|
network=host
network=host
...
@@ -80,7 +80,7 @@ jobs:
...
@@ -80,7 +80,7 @@ jobs:
# login docker
# login docker
-
name
:
Login to Container Registry
-
name
:
Login to Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
${{ env.REGISTRY }}
registry
:
${{ env.REGISTRY }}
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -88,7 +88,7 @@ jobs:
...
@@ -88,7 +88,7 @@ jobs:
-
name
:
Build for ${{ matrix.arch }}
-
name
:
Build for ${{ matrix.arch }}
id
:
build
id
:
build
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
env
:
env
:
GODEBUG
:
madvdontneed=0
GODEBUG
:
madvdontneed=0
with
:
with
:
...
@@ -165,7 +165,7 @@ jobs:
...
@@ -165,7 +165,7 @@ jobs:
EOF
EOF
-
name
:
Login to Container Registry
-
name
:
Login to Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
${{ env.REGISTRY }}
registry
:
${{ env.REGISTRY }}
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -184,7 +184,7 @@ jobs:
...
@@ -184,7 +184,7 @@ jobs:
path
:
${{ runner.temp }}/digests
path
:
${{ runner.temp }}/digests
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
|
driver-opts
:
|
network=host
network=host
...
...
.forgejo/workflows/build-mcp-server.yml
View file @
ea7aa617
...
@@ -69,7 +69,7 @@ jobs:
...
@@ -69,7 +69,7 @@ jobs:
EOF
EOF
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
|
driver-opts
:
|
network=host
network=host
...
@@ -97,7 +97,7 @@ jobs:
...
@@ -97,7 +97,7 @@ jobs:
# login docker
# login docker
-
name
:
Login to Container Registry
-
name
:
Login to Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
${{ env.REGISTRY }}
registry
:
${{ env.REGISTRY }}
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -105,7 +105,7 @@ jobs:
...
@@ -105,7 +105,7 @@ jobs:
-
name
:
Build for ${{ matrix.arch }}
-
name
:
Build for ${{ matrix.arch }}
id
:
build
id
:
build
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
env
:
env
:
GODEBUG
:
madvdontneed=0
GODEBUG
:
madvdontneed=0
with
:
with
:
...
@@ -181,7 +181,7 @@ jobs:
...
@@ -181,7 +181,7 @@ jobs:
EOF
EOF
-
name
:
Login to Container Registry
-
name
:
Login to Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
${{ env.REGISTRY }}
registry
:
${{ env.REGISTRY }}
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -200,7 +200,7 @@ jobs:
...
@@ -200,7 +200,7 @@ jobs:
path
:
${{ runner.temp }}/digests
path
:
${{ runner.temp }}/digests
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
|
driver-opts
:
|
network=host
network=host
...
...
.forgejo/workflows/test-fastgpt.yaml
View file @
ea7aa617
...
@@ -38,7 +38,7 @@ jobs:
...
@@ -38,7 +38,7 @@ jobs:
repository
:
${{ github.event.pull_request.head.repo.full_name ||
repository
:
${{ github.event.pull_request.head.repo.full_name ||
github.repository }}
github.repository }}
-
uses
:
pnpm/action-setup@
b906affcce14559ad1aafd4ab0e942779e9f58b1
#
v4
-
uses
:
pnpm/action-setup@v4
-
uses
:
actions/setup-node@v4
-
uses
:
actions/setup-node@v4
with
:
with
:
...
@@ -69,7 +69,7 @@ jobs:
...
@@ -69,7 +69,7 @@ jobs:
repository
:
${{ github.event.pull_request.head.repo.full_name ||
repository
:
${{ github.event.pull_request.head.repo.full_name ||
github.repository }}
github.repository }}
-
uses
:
pnpm/action-setup@
b906affcce14559ad1aafd4ab0e942779e9f58b1
#
v4
-
uses
:
pnpm/action-setup@v4
-
uses
:
actions/setup-node@v4
-
uses
:
actions/setup-node@v4
with
:
with
:
...
@@ -124,7 +124,7 @@ jobs:
...
@@ -124,7 +124,7 @@ jobs:
repository
:
${{ github.event.pull_request.head.repo.full_name ||
repository
:
${{ github.event.pull_request.head.repo.full_name ||
github.repository }}
github.repository }}
-
uses
:
pnpm/action-setup@
b906affcce14559ad1aafd4ab0e942779e9f58b1
#
v4
-
uses
:
pnpm/action-setup@v4
-
uses
:
actions/setup-node@v4
-
uses
:
actions/setup-node@v4
with
:
with
:
...
...
.forgejo/workflows/test-sandbox.yaml
View file @
ea7aa617
...
@@ -18,7 +18,7 @@ jobs:
...
@@ -18,7 +18,7 @@ jobs:
ref
:
${{ github.event.pull_request.head.ref || github.ref }}
ref
:
${{ github.event.pull_request.head.ref || github.ref }}
repository
:
${{ github.event.pull_request.head.repo.full_name || github.repository }}
repository
:
${{ github.event.pull_request.head.repo.full_name || github.repository }}
-
uses
:
pnpm/action-setup@
b906affcce14559ad1aafd4ab0e942779e9f58b1
#
v4
-
uses
:
pnpm/action-setup@v4
-
uses
:
actions/setup-node@v4
-
uses
:
actions/setup-node@v4
with
:
with
:
...
...
.github/workflows/build-admin.yml
View file @
ea7aa617
...
@@ -67,7 +67,7 @@ jobs:
...
@@ -67,7 +67,7 @@ jobs:
fi
fi
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
network=host
driver-opts
:
network=host
...
@@ -82,7 +82,7 @@ jobs:
...
@@ -82,7 +82,7 @@ jobs:
# login docker (GHCR only; Ali tags are pushed in release job via imagetools)
# login docker (GHCR only; Ali tags are pushed in release job via imagetools)
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -90,7 +90,7 @@ jobs:
...
@@ -90,7 +90,7 @@ jobs:
-
name
:
Build for ${{ matrix.archs.arch }}
-
name
:
Build for ${{ matrix.archs.arch }}
id
:
build
id
:
build
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
with
:
with
:
context
:
.
context
:
.
file
:
pro/admin/Dockerfile
file
:
pro/admin/Dockerfile
...
@@ -136,13 +136,13 @@ jobs:
...
@@ -136,13 +136,13 @@ jobs:
runs-on
:
ubuntu-24.04
runs-on
:
ubuntu-24.04
steps
:
steps
:
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
password
:
${{ secrets.GITHUB_TOKEN }}
password
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Login to Ali Hub
-
name
:
Login to Ali Hub
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
registry.cn-hangzhou.aliyuncs.com
registry
:
registry.cn-hangzhou.aliyuncs.com
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
...
@@ -156,7 +156,7 @@ jobs:
...
@@ -156,7 +156,7 @@ jobs:
merge-multiple
:
true
merge-multiple
:
true
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
-
name
:
Set image name and tag
-
name
:
Set image name and tag
run
:
|
run
:
|
...
...
.github/workflows/build-agent-sandbox.yml
View file @
ea7aa617
...
@@ -45,7 +45,7 @@ jobs:
...
@@ -45,7 +45,7 @@ jobs:
with
:
with
:
fetch-depth
:
0
fetch-depth
:
0
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
network=host
driver-opts
:
network=host
-
name
:
Cache Docker layers
-
name
:
Cache Docker layers
...
@@ -57,7 +57,7 @@ jobs:
...
@@ -57,7 +57,7 @@ jobs:
${{ runner.os }}-agent-sandbox-buildx-
${{ runner.os }}-agent-sandbox-buildx-
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -65,7 +65,7 @@ jobs:
...
@@ -65,7 +65,7 @@ jobs:
-
name
:
Build for ${{ matrix.arch }}
-
name
:
Build for ${{ matrix.arch }}
id
:
build
id
:
build
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
with
:
with
:
context
:
.
context
:
.
file
:
projects/agent-sandbox/Dockerfile
file
:
projects/agent-sandbox/Dockerfile
...
@@ -101,19 +101,19 @@ jobs:
...
@@ -101,19 +101,19 @@ jobs:
runs-on
:
ubuntu-24.04
runs-on
:
ubuntu-24.04
steps
:
steps
:
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
password
:
${{ secrets.GITHUB_TOKEN }}
password
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Login to Ali Hub
-
name
:
Login to Ali Hub
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
registry.cn-hangzhou.aliyuncs.com
registry
:
registry.cn-hangzhou.aliyuncs.com
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
password
:
${{ secrets.FASTGPT_ALI_IMAGE_PSW }}
password
:
${{ secrets.FASTGPT_ALI_IMAGE_PSW }}
-
name
:
Login to Docker Hub
-
name
:
Login to Docker Hub
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
username
:
${{ secrets.DOCKER_HUB_NAME }}
username
:
${{ secrets.DOCKER_HUB_NAME }}
password
:
${{ secrets.DOCKER_HUB_PASSWORD }}
password
:
${{ secrets.DOCKER_HUB_PASSWORD }}
...
@@ -126,7 +126,7 @@ jobs:
...
@@ -126,7 +126,7 @@ jobs:
merge-multiple
:
true
merge-multiple
:
true
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
-
name
:
Set image name and tag
-
name
:
Set image name and tag
run
:
|
run
:
|
...
@@ -188,7 +188,7 @@ jobs:
...
@@ -188,7 +188,7 @@ jobs:
with
:
with
:
fetch-depth
:
0
fetch-depth
:
0
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
network=host
driver-opts
:
network=host
-
name
:
Cache Docker layers
-
name
:
Cache Docker layers
...
@@ -200,7 +200,7 @@ jobs:
...
@@ -200,7 +200,7 @@ jobs:
${{ runner.os }}-volume-manager-buildx-
${{ runner.os }}-volume-manager-buildx-
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -208,7 +208,7 @@ jobs:
...
@@ -208,7 +208,7 @@ jobs:
-
name
:
Build for ${{ matrix.arch }}
-
name
:
Build for ${{ matrix.arch }}
id
:
build
id
:
build
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
with
:
with
:
context
:
.
context
:
.
file
:
projects/volume-manager/Dockerfile
file
:
projects/volume-manager/Dockerfile
...
@@ -245,19 +245,19 @@ jobs:
...
@@ -245,19 +245,19 @@ jobs:
runs-on
:
ubuntu-24.04
runs-on
:
ubuntu-24.04
steps
:
steps
:
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
password
:
${{ secrets.GITHUB_TOKEN }}
password
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Login to Ali Hub
-
name
:
Login to Ali Hub
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
registry.cn-hangzhou.aliyuncs.com
registry
:
registry.cn-hangzhou.aliyuncs.com
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
password
:
${{ secrets.FASTGPT_ALI_IMAGE_PSW }}
password
:
${{ secrets.FASTGPT_ALI_IMAGE_PSW }}
-
name
:
Login to Docker Hub
-
name
:
Login to Docker Hub
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
username
:
${{ secrets.DOCKER_HUB_NAME }}
username
:
${{ secrets.DOCKER_HUB_NAME }}
password
:
${{ secrets.DOCKER_HUB_PASSWORD }}
password
:
${{ secrets.DOCKER_HUB_PASSWORD }}
...
@@ -270,7 +270,7 @@ jobs:
...
@@ -270,7 +270,7 @@ jobs:
merge-multiple
:
true
merge-multiple
:
true
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
-
name
:
Set image name and tag
-
name
:
Set image name and tag
run
:
|
run
:
|
...
...
.github/workflows/build-browser-sandbox.yml
View file @
ea7aa617
...
@@ -64,7 +64,7 @@ jobs:
...
@@ -64,7 +64,7 @@ jobs:
fi
fi
-
name
:
Install pnpm
-
name
:
Install pnpm
uses
:
pnpm/action-setup@
b906affcce14559ad1aafd4ab0e942779e9f58b1
#
v4
uses
:
pnpm/action-setup@v4
with
:
with
:
version
:
10.33.4
version
:
10.33.4
...
@@ -126,7 +126,7 @@ jobs:
...
@@ -126,7 +126,7 @@ jobs:
fi
fi
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
network=host
driver-opts
:
network=host
...
@@ -139,7 +139,7 @@ jobs:
...
@@ -139,7 +139,7 @@ jobs:
${{ runner.os }}-browser-sandbox-buildx-
${{ runner.os }}-browser-sandbox-buildx-
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -147,7 +147,7 @@ jobs:
...
@@ -147,7 +147,7 @@ jobs:
-
name
:
Build for ${{ matrix.arch }}
-
name
:
Build for ${{ matrix.arch }}
id
:
build
id
:
build
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
with
:
with
:
context
:
.
context
:
.
file
:
pro/browser-sandbox/Dockerfile
file
:
pro/browser-sandbox/Dockerfile
...
@@ -205,21 +205,21 @@ jobs:
...
@@ -205,21 +205,21 @@ jobs:
runs-on
:
ubuntu-24.04
runs-on
:
ubuntu-24.04
steps
:
steps
:
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
password
:
${{ secrets.GITHUB_TOKEN }}
password
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Login to Ali Hub
-
name
:
Login to Ali Hub
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
registry.cn-hangzhou.aliyuncs.com
registry
:
registry.cn-hangzhou.aliyuncs.com
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
password
:
${{ secrets.FASTGPT_ALI_IMAGE_PSW }}
password
:
${{ secrets.FASTGPT_ALI_IMAGE_PSW }}
-
name
:
Login to Docker Hub
-
name
:
Login to Docker Hub
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
username
:
${{ secrets.DOCKER_HUB_NAME }}
username
:
${{ secrets.DOCKER_HUB_NAME }}
password
:
${{ secrets.DOCKER_HUB_PASSWORD }}
password
:
${{ secrets.DOCKER_HUB_PASSWORD }}
...
@@ -232,7 +232,7 @@ jobs:
...
@@ -232,7 +232,7 @@ jobs:
merge-multiple
:
true
merge-multiple
:
true
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
-
name
:
Set image name and tag
-
name
:
Set image name and tag
run
:
|
run
:
|
...
...
.github/workflows/build-code-sandbox.yml
View file @
ea7aa617
...
@@ -64,7 +64,7 @@ jobs:
...
@@ -64,7 +64,7 @@ jobs:
with
:
with
:
fetch-depth
:
0
fetch-depth
:
0
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
network=host
driver-opts
:
network=host
-
name
:
Cache Docker layers
-
name
:
Cache Docker layers
...
@@ -77,7 +77,7 @@ jobs:
...
@@ -77,7 +77,7 @@ jobs:
# ghcr + any extra names in outputs (Ali is pushed only in release via imagetools)
# ghcr + any extra names in outputs (Ali is pushed only in release via imagetools)
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -85,7 +85,7 @@ jobs:
...
@@ -85,7 +85,7 @@ jobs:
-
name
:
Build for ${{ matrix.arch }}
-
name
:
Build for ${{ matrix.arch }}
id
:
build
id
:
build
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
with
:
with
:
context
:
.
context
:
.
file
:
projects/code-sandbox/Dockerfile
file
:
projects/code-sandbox/Dockerfile
...
@@ -121,13 +121,13 @@ jobs:
...
@@ -121,13 +121,13 @@ jobs:
runs-on
:
ubuntu-24.04
runs-on
:
ubuntu-24.04
steps
:
steps
:
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
password
:
${{ secrets.GITHUB_TOKEN }}
password
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Login to Ali Hub
-
name
:
Login to Ali Hub
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
registry.cn-hangzhou.aliyuncs.com
registry
:
registry.cn-hangzhou.aliyuncs.com
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
...
@@ -140,7 +140,7 @@ jobs:
...
@@ -140,7 +140,7 @@ jobs:
merge-multiple
:
true
merge-multiple
:
true
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
-
name
:
Set image name and tag
-
name
:
Set image name and tag
run
:
|
run
:
|
...
...
.github/workflows/build-docs.yml
View file @
ea7aa617
...
@@ -93,7 +93,7 @@ jobs:
...
@@ -93,7 +93,7 @@ jobs:
-
name
:
Docker meta
-
name
:
Docker meta
id
:
meta
id
:
meta
uses
:
docker/metadata-action@
c299e40c65443455700f0fdfc63efafe5b349051
#
v5
uses
:
docker/metadata-action@v5
with
:
with
:
# list of Docker images to use as base name for tags
# list of Docker images to use as base name for tags
images
:
|
images
:
|
...
@@ -103,7 +103,7 @@ jobs:
...
@@ -103,7 +103,7 @@ jobs:
flavor
:
latest=false
flavor
:
latest=false
-
name
:
Login to Aliyun
-
name
:
Login to Aliyun
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
registry.cn-hangzhou.aliyuncs.com
registry
:
registry.cn-hangzhou.aliyuncs.com
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
...
@@ -114,7 +114,7 @@ jobs:
...
@@ -114,7 +114,7 @@ jobs:
-
name
:
Build and push Docker images (CN)
-
name
:
Build and push Docker images (CN)
if
:
matrix.domain_config.suffix == 'cn'
if
:
matrix.domain_config.suffix == 'cn'
uses
:
docker/build-push-action@
ca052bb54ab0790a636c9b5f226502c73d547a25
#
v5
uses
:
docker/build-push-action@v5
with
:
with
:
context
:
./document
context
:
./document
file
:
./document/Dockerfile
file
:
./document/Dockerfile
...
@@ -129,7 +129,7 @@ jobs:
...
@@ -129,7 +129,7 @@ jobs:
-
name
:
Build and push Docker images (IO)
-
name
:
Build and push Docker images (IO)
if
:
matrix.domain_config.suffix == 'io'
if
:
matrix.domain_config.suffix == 'io'
uses
:
docker/build-push-action@
ca052bb54ab0790a636c9b5f226502c73d547a25
#
v5
uses
:
docker/build-push-action@v5
with
:
with
:
context
:
./document
context
:
./document
file
:
./document/Dockerfile
file
:
./document/Dockerfile
...
...
.github/workflows/build-fastgpt-ide-agent.yml
View file @
ea7aa617
...
@@ -52,7 +52,7 @@ jobs:
...
@@ -52,7 +52,7 @@ jobs:
with
:
with
:
fetch-depth
:
0
fetch-depth
:
0
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
network=host
driver-opts
:
network=host
-
name
:
Cache Docker layers
-
name
:
Cache Docker layers
...
@@ -65,7 +65,7 @@ jobs:
...
@@ -65,7 +65,7 @@ jobs:
# Push per-arch images by digest first; the release job publishes the final manifest tag.
# Push per-arch images by digest first; the release job publishes the final manifest tag.
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -73,7 +73,7 @@ jobs:
...
@@ -73,7 +73,7 @@ jobs:
-
name
:
Build for ${{ matrix.arch }}
-
name
:
Build for ${{ matrix.arch }}
id
:
build
id
:
build
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
with
:
with
:
context
:
${{ matrix.context }}
context
:
${{ matrix.context }}
file
:
${{ matrix.dockerfile }}
file
:
${{ matrix.dockerfile }}
...
@@ -114,14 +114,14 @@ jobs:
...
@@ -114,14 +114,14 @@ jobs:
runs-on
:
ubuntu-24.04
runs-on
:
ubuntu-24.04
steps
:
steps
:
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
password
:
${{ secrets.GITHUB_TOKEN }}
password
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Login to Ali Hub
-
name
:
Login to Ali Hub
if
:
matrix.image == 'fastgpt-agent-sandbox-proxy'
if
:
matrix.image == 'fastgpt-agent-sandbox-proxy'
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
registry.cn-hangzhou.aliyuncs.com
registry
:
registry.cn-hangzhou.aliyuncs.com
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
...
@@ -134,7 +134,7 @@ jobs:
...
@@ -134,7 +134,7 @@ jobs:
merge-multiple
:
true
merge-multiple
:
true
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
-
name
:
Set image name and tag
-
name
:
Set image name and tag
run
:
|
run
:
|
...
...
.github/workflows/build-fastgpt.yml
View file @
ea7aa617
...
@@ -57,7 +57,7 @@ jobs:
...
@@ -57,7 +57,7 @@ jobs:
fetch-depth
:
1
fetch-depth
:
1
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
network=host
driver-opts
:
network=host
...
@@ -71,7 +71,7 @@ jobs:
...
@@ -71,7 +71,7 @@ jobs:
# login docker
# login docker
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -79,7 +79,7 @@ jobs:
...
@@ -79,7 +79,7 @@ jobs:
-
name
:
Build for ${{ matrix.archs.arch }}
-
name
:
Build for ${{ matrix.archs.arch }}
id
:
build
id
:
build
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
with
:
with
:
context
:
.
context
:
.
file
:
projects/app/Dockerfile
file
:
projects/app/Dockerfile
...
@@ -123,19 +123,19 @@ jobs:
...
@@ -123,19 +123,19 @@ jobs:
runs-on
:
ubuntu-24.04
runs-on
:
ubuntu-24.04
steps
:
steps
:
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
password
:
${{ secrets.GITHUB_TOKEN }}
password
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Login to Ali Hub
-
name
:
Login to Ali Hub
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
registry.cn-hangzhou.aliyuncs.com
registry
:
registry.cn-hangzhou.aliyuncs.com
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
password
:
${{ secrets.FASTGPT_ALI_IMAGE_PSW }}
password
:
${{ secrets.FASTGPT_ALI_IMAGE_PSW }}
-
name
:
Login to Docker Hub
-
name
:
Login to Docker Hub
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
username
:
${{ secrets.DOCKER_HUB_NAME }}
username
:
${{ secrets.DOCKER_HUB_NAME }}
password
:
${{ secrets.DOCKER_HUB_PASSWORD }}
password
:
${{ secrets.DOCKER_HUB_PASSWORD }}
...
@@ -148,7 +148,7 @@ jobs:
...
@@ -148,7 +148,7 @@ jobs:
merge-multiple
:
true
merge-multiple
:
true
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
-
name
:
Set image name and tag
-
name
:
Set image name and tag
run
:
|
run
:
|
...
...
.github/workflows/build-marketplace.yml
View file @
ea7aa617
...
@@ -22,7 +22,7 @@ jobs:
...
@@ -22,7 +22,7 @@ jobs:
with
:
with
:
fetch-depth
:
0
fetch-depth
:
0
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
network=host
driver-opts
:
network=host
-
name
:
Cache Docker layers
-
name
:
Cache Docker layers
...
@@ -35,7 +35,7 @@ jobs:
...
@@ -35,7 +35,7 @@ jobs:
# login docker
# login docker
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -43,7 +43,7 @@ jobs:
...
@@ -43,7 +43,7 @@ jobs:
-
name
:
Build for ${{ matrix.arch }}
-
name
:
Build for ${{ matrix.arch }}
id
:
build
id
:
build
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
with
:
with
:
context
:
.
context
:
.
file
:
projects/marketplace/Dockerfile
file
:
projects/marketplace/Dockerfile
...
@@ -79,13 +79,13 @@ jobs:
...
@@ -79,13 +79,13 @@ jobs:
runs-on
:
ubuntu-24.04
runs-on
:
ubuntu-24.04
steps
:
steps
:
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
password
:
${{ secrets.GITHUB_TOKEN }}
password
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Login to Ali Hub
-
name
:
Login to Ali Hub
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
registry.cn-hangzhou.aliyuncs.com
registry
:
registry.cn-hangzhou.aliyuncs.com
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
...
@@ -99,7 +99,7 @@ jobs:
...
@@ -99,7 +99,7 @@ jobs:
merge-multiple
:
true
merge-multiple
:
true
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
-
name
:
Generate random tag
-
name
:
Generate random tag
id
:
tag
id
:
tag
...
...
.github/workflows/build-mcp-server.yml
View file @
ea7aa617
...
@@ -44,7 +44,7 @@ jobs:
...
@@ -44,7 +44,7 @@ jobs:
with
:
with
:
fetch-depth
:
0
fetch-depth
:
0
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
network=host
driver-opts
:
network=host
-
name
:
Cache Docker layers
-
name
:
Cache Docker layers
...
@@ -57,7 +57,7 @@ jobs:
...
@@ -57,7 +57,7 @@ jobs:
# login docker
# login docker
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
@@ -65,7 +65,7 @@ jobs:
...
@@ -65,7 +65,7 @@ jobs:
-
name
:
Build for ${{ matrix.arch }}
-
name
:
Build for ${{ matrix.arch }}
id
:
build
id
:
build
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
with
:
with
:
context
:
.
context
:
.
file
:
projects/mcp_server/Dockerfile
file
:
projects/mcp_server/Dockerfile
...
@@ -101,19 +101,19 @@ jobs:
...
@@ -101,19 +101,19 @@ jobs:
runs-on
:
ubuntu-24.04
runs-on
:
ubuntu-24.04
steps
:
steps
:
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
password
:
${{ secrets.GITHUB_TOKEN }}
password
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Login to Ali Hub
-
name
:
Login to Ali Hub
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
registry.cn-hangzhou.aliyuncs.com
registry
:
registry.cn-hangzhou.aliyuncs.com
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
password
:
${{ secrets.FASTGPT_ALI_IMAGE_PSW }}
password
:
${{ secrets.FASTGPT_ALI_IMAGE_PSW }}
-
name
:
Login to Docker Hub
-
name
:
Login to Docker Hub
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
username
:
${{ secrets.DOCKER_HUB_NAME }}
username
:
${{ secrets.DOCKER_HUB_NAME }}
password
:
${{ secrets.DOCKER_HUB_PASSWORD }}
password
:
${{ secrets.DOCKER_HUB_PASSWORD }}
...
@@ -126,7 +126,7 @@ jobs:
...
@@ -126,7 +126,7 @@ jobs:
merge-multiple
:
true
merge-multiple
:
true
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
-
name
:
Set image name and tag
-
name
:
Set image name and tag
run
:
|
run
:
|
...
...
.github/workflows/build-sso-service-image.yml
View file @
ea7aa617
...
@@ -52,9 +52,9 @@ jobs:
...
@@ -52,9 +52,9 @@ jobs:
run
:
|
run
:
|
sudo apt update && sudo apt install -y nodejs npm
sudo apt update && sudo apt install -y nodejs npm
-
name
:
Set up QEMU
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@
c7c53464625b32c7a7e944ae62b3e17d2b600130
#
v3
uses
:
docker/setup-qemu-action@v3
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
with
:
with
:
driver-opts
:
network=host
driver-opts
:
network=host
-
name
:
Cache Docker layers
-
name
:
Cache Docker layers
...
@@ -65,13 +65,13 @@ jobs:
...
@@ -65,13 +65,13 @@ jobs:
restore-keys
:
|
restore-keys
:
|
${{ runner.os }}-buildx-
${{ runner.os }}-buildx-
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
labring
username
:
labring
password
:
${{ secrets.GITHUB_TOKEN }}
password
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Login to Ali Hub
-
name
:
Login to Ali Hub
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
registry.cn-hangzhou.aliyuncs.com
registry
:
registry.cn-hangzhou.aliyuncs.com
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
username
:
${{ secrets.FASTGPT_ALI_IMAGE_USER }}
...
...
.github/workflows/preview-admin-build.yml
View file @
ea7aa617
...
@@ -52,10 +52,10 @@ jobs:
...
@@ -52,10 +52,10 @@ jobs:
fi
fi
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
-
name
:
Build Docker image (no push)
-
name
:
Build Docker image (no push)
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
with
:
with
:
context
:
.
context
:
.
file
:
pro/admin/Dockerfile
file
:
pro/admin/Dockerfile
...
...
.github/workflows/preview-admin-push.yml
View file @
ea7aa617
...
@@ -42,10 +42,10 @@ jobs:
...
@@ -42,10 +42,10 @@ jobs:
run
:
docker load --input /tmp/fastgpt-pro-image.tar
run
:
docker load --input /tmp/fastgpt-pro-image.tar
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
...
.github/workflows/preview-docs-build.yml
View file @
ea7aa617
...
@@ -26,13 +26,13 @@ jobs:
...
@@ -26,13 +26,13 @@ jobs:
repository
:
${{ github.event.pull_request.head.repo.full_name }}
repository
:
${{ github.event.pull_request.head.repo.full_name }}
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
-
name
:
Prepare Docker workspace catalog
-
name
:
Prepare Docker workspace catalog
run
:
cp pnpm-workspace.yaml document/pnpm-workspace.yaml
run
:
cp pnpm-workspace.yaml document/pnpm-workspace.yaml
-
name
:
Build Docker image (no push)
-
name
:
Build Docker image (no push)
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
with
:
with
:
context
:
./document
context
:
./document
file
:
./document/Dockerfile
file
:
./document/Dockerfile
...
...
.github/workflows/preview-docs-push.yml
View file @
ea7aa617
...
@@ -103,10 +103,10 @@ jobs:
...
@@ -103,10 +103,10 @@ jobs:
run
:
docker load --input /tmp/docs-image.tar
run
:
docker load --input /tmp/docs-image.tar
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
...
.github/workflows/preview-fastgpt-build.yml
View file @
ea7aa617
...
@@ -105,10 +105,10 @@ jobs:
...
@@ -105,10 +105,10 @@ jobs:
repository
:
${{ github.event.pull_request.head.repo.full_name }}
repository
:
${{ github.event.pull_request.head.repo.full_name }}
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
-
name
:
Build Docker image (no push)
-
name
:
Build Docker image (no push)
uses
:
docker/build-push-action@
10e90e3645eae34f1e60eeb005ba3a3d33f178e8
#
v6
uses
:
docker/build-push-action@v6
with
:
with
:
context
:
.
context
:
.
file
:
${{ matrix.dockerfile }}
file
:
${{ matrix.dockerfile }}
...
...
.github/workflows/preview-fastgpt-push.yml
View file @
ea7aa617
...
@@ -135,10 +135,10 @@ jobs:
...
@@ -135,10 +135,10 @@ jobs:
run
:
docker load --input /tmp/${{ matrix.image_name }}-image.tar
run
:
docker load --input /tmp/${{ matrix.image_name }}-image.tar
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@
8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
#
v3
uses
:
docker/setup-buildx-action@v3
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
uses
:
docker/login-action@
c94ce9fb468520275223c153574b00df6fe4bcc9
#
v3
uses
:
docker/login-action@v3
with
:
with
:
registry
:
ghcr.io
registry
:
ghcr.io
username
:
${{ github.repository_owner }}
username
:
${{ github.repository_owner }}
...
...
.github/workflows/test-fastgpt-pro.yaml
View file @
ea7aa617
...
@@ -63,7 +63,7 @@ jobs:
...
@@ -63,7 +63,7 @@ jobs:
sudo apt-get update
sudo apt-get update
sudo apt-get install -y libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
sudo apt-get install -y libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
-
uses
:
pnpm/action-setup@
b906affcce14559ad1aafd4ab0e942779e9f58b1
#
v4
-
uses
:
pnpm/action-setup@v4
-
uses
:
actions/setup-node@v4
-
uses
:
actions/setup-node@v4
with
:
with
:
...
@@ -101,7 +101,7 @@ jobs:
...
@@ -101,7 +101,7 @@ jobs:
continue-on-error
:
true
continue-on-error
:
true
-
name
:
Report Coverage
-
name
:
Report Coverage
if
:
hashFiles('pro/admin/coverage/coverage-summary.json') != ''
if
:
hashFiles('pro/admin/coverage/coverage-summary.json') != ''
uses
:
davelosert/vitest-coverage-report-action@
3c054a2d2e2ca45446417ad5d6d5eb33092af8f1
#
v2
uses
:
davelosert/vitest-coverage-report-action@v2
with
:
with
:
json-final-path
:
pro/admin/coverage/coverage-final.json
json-final-path
:
pro/admin/coverage/coverage-final.json
json-summary-path
:
pro/admin/coverage/coverage-summary.json
json-summary-path
:
pro/admin/coverage/coverage-summary.json
.github/workflows/test-fastgpt.yaml
View file @
ea7aa617
...
@@ -107,7 +107,7 @@ jobs:
...
@@ -107,7 +107,7 @@ jobs:
repository
:
${{ github.event.pull_request.head.repo.full_name ||
repository
:
${{ github.event.pull_request.head.repo.full_name ||
github.repository }}
github.repository }}
-
uses
:
pnpm/action-setup@
b906affcce14559ad1aafd4ab0e942779e9f58b1
#
v4
-
uses
:
pnpm/action-setup@v4
-
uses
:
actions/setup-node@v4
-
uses
:
actions/setup-node@v4
with
:
with
:
...
@@ -141,7 +141,7 @@ jobs:
...
@@ -141,7 +141,7 @@ jobs:
repository
:
${{ github.event.pull_request.head.repo.full_name ||
repository
:
${{ github.event.pull_request.head.repo.full_name ||
github.repository }}
github.repository }}
-
uses
:
pnpm/action-setup@
b906affcce14559ad1aafd4ab0e942779e9f58b1
#
v4
-
uses
:
pnpm/action-setup@v4
-
uses
:
actions/setup-node@v4
-
uses
:
actions/setup-node@v4
with
:
with
:
...
@@ -175,7 +175,7 @@ jobs:
...
@@ -175,7 +175,7 @@ jobs:
repository
:
${{ github.event.pull_request.head.repo.full_name ||
repository
:
${{ github.event.pull_request.head.repo.full_name ||
github.repository }}
github.repository }}
-
uses
:
pnpm/action-setup@
b906affcce14559ad1aafd4ab0e942779e9f58b1
#
v4
-
uses
:
pnpm/action-setup@v4
-
uses
:
actions/setup-node@v4
-
uses
:
actions/setup-node@v4
with
:
with
:
...
...
.github/workflows/test-sandbox.yaml
View file @
ea7aa617
...
@@ -18,7 +18,7 @@ jobs:
...
@@ -18,7 +18,7 @@ jobs:
ref
:
${{ github.event.pull_request.head.ref || github.ref }}
ref
:
${{ github.event.pull_request.head.ref || github.ref }}
repository
:
${{ github.event.pull_request.head.repo.full_name || github.repository }}
repository
:
${{ github.event.pull_request.head.repo.full_name || github.repository }}
-
uses
:
pnpm/action-setup@
b906affcce14559ad1aafd4ab0e942779e9f58b1
#
v4
-
uses
:
pnpm/action-setup@v4
-
uses
:
actions/setup-node@v4
-
uses
:
actions/setup-node@v4
with
:
with
:
...
...
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