File tree Expand file tree Collapse file tree 5 files changed +4
-10
lines changed Expand file tree Collapse file tree 5 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 6
6
- ' docSite/**'
7
7
branches :
8
8
- ' main'
9
- tags :
10
- - ' v*.*.*'
11
9
12
10
jobs :
13
11
build-fastgpt-docs-images :
Original file line number Diff line number Diff line change 7
7
- ' docSite/**'
8
8
branches :
9
9
- ' main'
10
- tags :
11
- - ' v*.*.*'
12
10
13
11
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14
12
jobs :
Original file line number Diff line number Diff line change 4
4
pull_request_target :
5
5
paths :
6
6
- ' docSite/**'
7
- branches :
8
- - ' main'
9
7
workflow_dispatch :
10
8
11
9
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Original file line number Diff line number Diff line change 26
26
with :
27
27
driver-opts : network=host
28
28
- name : Cache Docker layers
29
- uses : actions/cache@v2
29
+ uses : actions/cache@v4
30
30
with :
31
31
path : /tmp/.buildx-cache
32
32
key : ${{ runner.os }}-buildx-${{ github.sha }}
@@ -108,7 +108,7 @@ jobs:
108
108
with :
109
109
driver-opts : network=host
110
110
- name : Cache Docker layers
111
- uses : actions/cache@v2
111
+ uses : actions/cache@v4
112
112
with :
113
113
path : /tmp/.buildx-cache
114
114
key : ${{ runner.os }}-buildx-${{ github.sha }}
@@ -191,7 +191,7 @@ jobs:
191
191
with :
192
192
driver-opts : network=host
193
193
- name : Cache Docker layers
194
- uses : actions/cache@v2
194
+ uses : actions/cache@v4
195
195
with :
196
196
path : /tmp/.buildx-cache
197
197
key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 25
25
with :
26
26
driver-opts : network=host
27
27
- name : Cache Docker layers
28
- uses : actions/cache@v2
28
+ uses : actions/cache@v4
29
29
with :
30
30
path : /tmp/.buildx-cache
31
31
key : ${{ runner.os }}-buildx-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments