From 9e28977e3840098ddfd5c0fefbc790b6f9c6fb7b Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Sun, 29 Jun 2025 17:36:49 +0900 Subject: [PATCH] Set cache expiration to 1 hour in GitLab CI pipeline --- frontend/.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/.gitlab-ci.yml b/frontend/.gitlab-ci.yml index 1497b23..f56b4a2 100644 --- a/frontend/.gitlab-ci.yml +++ b/frontend/.gitlab-ci.yml @@ -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