revert: restore registry cache, investigate LE cert

This commit is contained in:
Celes Hillyerd
2026-06-26 03:28:59 -07:00
parent b516d6805f
commit bf9b7e65dd
11 changed files with 170 additions and 67 deletions
+3 -3
View File
@@ -4,7 +4,7 @@ when:
- pull_request
steps:
lint-python:
image: python:3.12-slim
image: registry.celestium.life/dockerhub-cache/library/python:3.12-slim
commands:
- pip install ruff==0.15.10 --quiet
- ruff --version
@@ -20,7 +20,7 @@ steps:
cpu: 1000m
depends_on: []
test-python:
image: python:3.12-slim
image: registry.celestium.life/dockerhub-cache/library/python:3.12-slim
commands:
- pip install -r requirements.txt --quiet
- pip install hypothesis --quiet
@@ -36,7 +36,7 @@ steps:
cpu: 2000m
depends_on: []
test-frontend:
image: node:24-slim
image: registry.celestium.life/dockerhub-cache/library/node:24-slim
commands:
- cd frontend
- npm ci