From ea5f039c5dfb41a328a6fd4e560626fdb76c270d Mon Sep 17 00:00:00 2001 From: Raj-StepSecurity Date: Wed, 21 Jan 2026 16:00:02 +0530 Subject: [PATCH] CONTAINER_REPOSITORIE updated --- .github/workflows/docker-image-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image-ci.yml b/.github/workflows/docker-image-ci.yml index f01027a..fc601e6 100644 --- a/.github/workflows/docker-image-ci.yml +++ b/.github/workflows/docker-image-ci.yml @@ -29,7 +29,7 @@ jobs: target_arch: ['amd64', 'arm64'] env: - CONTAINER_REPOSITORIES: '["step-security/swiftlint", "ghcr.io/step-security/swiftlint"]' + CONTAINER_REPOSITORIES: '["ghcr.io/step-security/swiftlint"]' SWIFTLINT_REVISION: ${{ inputs.release_tag || '0.63.0' }} TARGET_SWIFT_VERSION: '6.2'