ci: fix remaining dockerhub-cache references in test/finalize
This commit is contained in:
@@ -10,7 +10,7 @@ when:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
integration-test:
|
integration-test:
|
||||||
image: registry.celestium.life/dockerhub-cache/alpine/k8s:1.30.2
|
image: alpine/k8s:1.30.2
|
||||||
environment:
|
environment:
|
||||||
DOCKERHUB_USER:
|
DOCKERHUB_USER:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
@@ -29,7 +29,7 @@ steps:
|
|||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
|
|
||||||
mirror-github:
|
mirror-github:
|
||||||
image: registry.celestium.life/dockerhub-cache/alpine/git
|
image: alpine/git
|
||||||
failure: ignore
|
failure: ignore
|
||||||
environment:
|
environment:
|
||||||
GITHUB_SSH_KEY:
|
GITHUB_SSH_KEY:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ when:
|
|||||||
- pull_request
|
- pull_request
|
||||||
steps:
|
steps:
|
||||||
lint-python:
|
lint-python:
|
||||||
image: registry.celestium.life/dockerhub-cache/library/python:3.12-slim
|
image: python:3.12-slim
|
||||||
commands:
|
commands:
|
||||||
- pip install ruff==0.15.10 --quiet
|
- pip install ruff==0.15.10 --quiet
|
||||||
- ruff --version
|
- ruff --version
|
||||||
@@ -20,7 +20,7 @@ steps:
|
|||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
depends_on: []
|
depends_on: []
|
||||||
test-python:
|
test-python:
|
||||||
image: registry.celestium.life/dockerhub-cache/library/python:3.12-slim
|
image: python:3.12-slim
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements.txt --quiet
|
- pip install -r requirements.txt --quiet
|
||||||
- pip install hypothesis --quiet
|
- pip install hypothesis --quiet
|
||||||
@@ -36,7 +36,7 @@ steps:
|
|||||||
cpu: 2000m
|
cpu: 2000m
|
||||||
depends_on: []
|
depends_on: []
|
||||||
test-frontend:
|
test-frontend:
|
||||||
image: registry.celestium.life/dockerhub-cache/library/node:24-slim
|
image: node:24-slim
|
||||||
commands:
|
commands:
|
||||||
- cd frontend
|
- cd frontend
|
||||||
- npm ci
|
- npm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user