Cache page assets during CI/CD
All checks were successful
Create Docker Image / Test Application (x86_64) (push) Successful in 3m36s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m36s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 3m31s
Create Docker Image / Final Docker Image Manifest (push) Successful in 11s
All checks were successful
Create Docker Image / Test Application (x86_64) (push) Successful in 3m36s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m36s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 3m31s
Create Docker Image / Final Docker Image Manifest (push) Successful in 11s
This commit is contained in:
parent
536d8a8b71
commit
03b794c2d5
@ -60,6 +60,8 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
public/css/app.css
|
||||
public/fonts
|
||||
public/images
|
||||
public/js/app.js
|
||||
public/js/manifest.js
|
||||
public/js/vendor.js
|
||||
@ -122,6 +124,8 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
public/css/app.css
|
||||
public/fonts
|
||||
public/images
|
||||
public/js/app.js
|
||||
public/js/manifest.js
|
||||
public/js/vendor.js
|
||||
|
Loading…
Reference in New Issue
Block a user