fix(ci): use local image tag instead of bare digest for E2E tests

This commit is contained in:
Jeremy
2026-01-30 13:03:21 +00:00
parent 2427b25940
commit 14859df9a6
6 changed files with 785 additions and 16 deletions

View File

@@ -155,7 +155,7 @@ jobs:
# Enable security-focused endpoints and test gating
CHARON_EMERGENCY_SERVER_ENABLED: "true"
CHARON_SECURITY_TESTS_ENABLED: "true"
CHARON_E2E_IMAGE_DIGEST: ${{ needs.build.outputs.image_digest }}
CHARON_E2E_IMAGE_TAG: charon:e2e-test
strategy:
fail-fast: false
matrix: