️(CI) improve docker build cache

Improve the caching by using docker buildx,
it should speed up the build process by using the
cache from the previous build.
This commit is contained in:
Anthony LC
2024-06-07 14:23:16 +02:00
committed by Anthony LC
parent e4bed84343
commit 0571aaabce
2 changed files with 16 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ and this project adheres to
- (frontend) change logo (#84)
- (frontend) pdf has title doc (#84)
- ⚡️(e2e) unique login between tests (#80)
- ⚡️(CI) improve e2e job (#86)
## Fixed