Skip to content

Commit 6d4776b

Browse files
committed
action
1 parent 2d351c3 commit 6d4776b

File tree

5 files changed

+4
-10
lines changed

5 files changed

+4
-10
lines changed

.github/workflows/docs-deploy-kubeconfig.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
- 'docSite/**'
77
branches:
88
- 'main'
9-
tags:
10-
- 'v*.*.*'
119

1210
jobs:
1311
build-fastgpt-docs-images:

.github/workflows/docs-deploy-vercel.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
- 'docSite/**'
88
branches:
99
- 'main'
10-
tags:
11-
- 'v*.*.*'
1210

1311
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1412
jobs:

.github/workflows/docs-preview.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
pull_request_target:
55
paths:
66
- 'docSite/**'
7-
branches:
8-
- 'main'
97
workflow_dispatch:
108

119
# A workflow run is made up of one or more jobs that can run sequentially or in parallel

.github/workflows/fastgpt-build-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
driver-opts: network=host
2828
- name: Cache Docker layers
29-
uses: actions/cache@v2
29+
uses: actions/cache@v4
3030
with:
3131
path: /tmp/.buildx-cache
3232
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
driver-opts: network=host
110110
- name: Cache Docker layers
111-
uses: actions/cache@v2
111+
uses: actions/cache@v4
112112
with:
113113
path: /tmp/.buildx-cache
114114
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -191,7 +191,7 @@ jobs:
191191
with:
192192
driver-opts: network=host
193193
- name: Cache Docker layers
194-
uses: actions/cache@v2
194+
uses: actions/cache@v4
195195
with:
196196
path: /tmp/.buildx-cache
197197
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/sandbox-build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
driver-opts: network=host
2727
- name: Cache Docker layers
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
with:
3030
path: /tmp/.buildx-cache
3131
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)