File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ run-name: ${{ gitea.actor }} Building Docker Image 🐳
3
3
on : [push]
4
4
env :
5
5
DOCKER_HOST : tcp://127.0.0.1:2375
6
- ASSETS : 2.3.1
7
6
8
7
jobs :
9
8
test :
65
64
public/js/app.js
66
65
public/js/manifest.js
67
66
public/js/vendor.js
68
- # key: build-pla-page-assets-${{ hashFiles('**/package-lock.json') }}
69
- key : build-pla-page-assets-${{ env.ASSETS }}
70
- # restore-keys: |
71
- # build-pla-page-assets-
67
+ key : pla-page-assets-${{ env.GITHUB_SHA }}
72
68
73
69
build :
74
70
strategy :
@@ -128,10 +124,7 @@ jobs:
128
124
public/js/app.js
129
125
public/js/manifest.js
130
126
public/js/vendor.js
131
- # key: build-pla-page-assets-${{ hashFiles('**/package-lock.json') }}
132
- key : build-pla-page-assets-${{ env.ASSETS }}
133
- # restore-keys: |
134
- # build-pla-page-assets-
127
+ key : pla-page-assets-${{ env.GITHUB_SHA }}
135
128
136
129
- if : ${{ steps.cache-page-assets.outputs.cache-hit != 'true' }}
137
130
name : List the state of page assets
Original file line number Diff line number Diff line change 1
- v2.3.1 -rel
1
+ v2.3.2 -rel
You can’t perform that action at this time.
0 commit comments