diff --git a/.drone.yml b/.drone.yml index ccbdde0..e484ba4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,12 +22,7 @@ steps: - npx vitest run - name: Build frontend image - image: plugins/docker - resources: - requests: - memory: 2147483648 - limits: - memory: 4294967296 + image: plugins/kaniko settings: username: viktorbarzin password: @@ -35,9 +30,8 @@ steps: repo: viktorbarzin/immoweb dockerfile: frontend/Dockerfile context: frontend - cache_from: - - viktorbarzin/immoweb:builder - - viktorbarzin/immoweb:latest + enable_cache: true + cache_repo: viktorbarzin/immoweb-cache tags: - latest - ${DRONE_BUILD_NUMBER}