ci: add Docker Hub auth + proxy CA to inttest namespace, fix MinIO pull secret
This commit is contained in:
@@ -435,6 +435,11 @@ steps:
|
||||
|
||||
integration-test:
|
||||
image: alpine/k8s:1.30.2
|
||||
environment:
|
||||
DOCKERHUB_USER:
|
||||
from_secret: docker_username
|
||||
DOCKERHUB_TOKEN:
|
||||
from_secret: docker_password
|
||||
commands:
|
||||
- bash infra/inttest/run_pipeline.sh --image-tag ${CI_COMMIT_SHA} --results-file inttest-results.json
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user