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 66 - ' docSite/**'
77 branches :
88 - ' main'
9- tags :
10- - ' v*.*.*'
119
1210jobs :
1311 build-fastgpt-docs-images :
Original file line number Diff line number Diff line change 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
1412jobs :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments