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 🐳
33on : [push]
44env :
55 DOCKER_HOST : tcp://127.0.0.1:2375
6- ASSETS : 2.3.1
76
87jobs :
98 test :
6564 public/js/app.js
6665 public/js/manifest.js
6766 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 }}
7268
7369 build :
7470 strategy :
@@ -128,10 +124,7 @@ jobs:
128124 public/js/app.js
129125 public/js/manifest.js
130126 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 }}
135128
136129 - if : ${{ steps.cache-page-assets.outputs.cache-hit != 'true' }}
137130 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