Set cache expiration to 1 hour in GitLab CI pipeline

This commit is contained in:
2025-06-29 17:36:49 +09:00
parent 1553003f97
commit 9e28977e38

View File

@@ -22,6 +22,7 @@ build_frontend:
- frontend/public
- frontend/package.json
- frontend/package-lock.json
expire_in: 1 hour
docker_frontend:
extends: .docker-build-template