From de3c0a5b2f64e0db1471cf1aa77cc904f42a9869 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 11 Jun 2026 12:47:32 +0200 Subject: [PATCH] test: use new test repo on ghcr Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- __tests__/sigstore/sigstore.test.itg.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/sigstore/sigstore.test.itg.ts b/__tests__/sigstore/sigstore.test.itg.ts index 509a2d3b..f34effb3 100644 --- a/__tests__/sigstore/sigstore.test.itg.ts +++ b/__tests__/sigstore/sigstore.test.itg.ts @@ -35,7 +35,7 @@ const runTest = process.env.GITHUB_ACTIONS && process.env.GITHUB_ACTIONS === 'tr const maybe = runTest ? describe : describe.skip; const maybeIdToken = runTest && process.env.ACTIONS_ID_TOKEN_REQUEST_URL ? describe : describe.skip; -const imageName = 'ghcr.io/docker/actions-toolkit/test'; +const imageName = 'ghcr.io/docker/actions-toolkit-test'; const currentCosignVersion = 'v3.1.1'; const signAttestationCosignVersions = ['v3.0.2', 'v3.0.6', currentCosignVersion] as const; const installedCosign = new Map>();