From 0e9ae2726b60665724c0fec4fc879e32488779e2 Mon Sep 17 00:00:00 2001 From: Igor Apresov Date: Thu, 17 Sep 2026 04:19:49 +0300 Subject: [PATCH] fix: share registry login with attestation action --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a392b2c..9f16384 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,11 +141,6 @@ jobs: digest-mismatch: error - name: Fresh main and actual external protection prerequisites run: .venv/bin/python -m delivery.ci.publish_mcp_artifacts guard --directory .ci --environment github-pages - - name: Isolate registry credentials on this ephemeral runner - if: vars.MCP_IMAGE_PUBLICATION_ENABLED == 'true' - run: | - mkdir -p "$RUNNER_TEMP/v8std-registry" - echo "DOCKER_CONFIG=$RUNNER_TEMP/v8std-registry" >> "$GITHUB_ENV" - name: Preserve selected corpus source identity id: corpus run: echo "changed=$(.venv/bin/python -m delivery.ci.publish_mcp_artifacts value --directory .ci --field corpus_changed)" >> "$GITHUB_OUTPUT"