From d02bd6ddd7724c6c010ab0b13e2894998806e4e8 Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Fri, 6 Mar 2026 10:11:44 -0500 Subject: [PATCH] fix: remove duplicate shell key in infra-health-check.yml --- .github/workflows/book-build-container.yml | 24 ---------------------- .github/workflows/infra-health-check.yml | 1 - 2 files changed, 25 deletions(-) diff --git a/.github/workflows/book-build-container.yml b/.github/workflows/book-build-container.yml index ff65d35cd..49786a584 100644 --- a/.github/workflows/book-build-container.yml +++ b/.github/workflows/book-build-container.yml @@ -349,30 +349,6 @@ jobs: echo "๐Ÿท๏ธ Container tag: ${{ inputs.container_tag }}" echo "โœ… Current matrix job enabled: ${{ matrix.enabled }}" - - name: ๐Ÿ”‘ Log in to GitHub Container Registry - if: matrix.platform == 'windows' && matrix.enabled - uses: docker/login-action@v3 - with: - registry: ${{ inputs.container_registry }} - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - - $maxAttempts = 12 - for ($i = 1; $i -le $maxAttempts; $i++) { - try { - docker version | Out-Null - Write-Host "Docker daemon is ready." - break - } catch { - if ($i -eq $maxAttempts) { - throw "Docker daemon failed to start after waiting." - } - Start-Sleep -Seconds 5 - } - } - - - name: ๐Ÿงช Preflight toolchain (Linux) if: matrix.platform == 'linux' && matrix.enabled working-directory: ${{ vars.BOOK_QUARTO }} diff --git a/.github/workflows/infra-health-check.yml b/.github/workflows/infra-health-check.yml index 6512e10e0..4b2c53f09 100644 --- a/.github/workflows/infra-health-check.yml +++ b/.github/workflows/infra-health-check.yml @@ -83,7 +83,6 @@ jobs: platform: linux container_name: quarto-linux shell: bash - shell: pwsh env: CONTAINER_IMAGE: ${{ inputs.container_registry || 'ghcr.io' }}/${{ github.repository }}/${{ matrix.container_name }}:${{ inputs.container_tag || 'latest' }}