diff --git a/.github/workflows/blossom-docs.yml b/.github/workflows/blossom-docs.yml index 1e904d17..b8d0e34a 100644 --- a/.github/workflows/blossom-docs.yml +++ b/.github/workflows/blossom-docs.yml @@ -118,10 +118,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest container: - image: ${{ env.docs_image }} - credentials: - username: ${{ secrets.DOCS_TOKEN_NAME }} - password: ${{ secrets.DOCS_TOKEN }} + image: ghcr.io/nvidia/matx/build:ubuntu22.04-cuda12.2.2 steps: - name: Checkout uses: actions/checkout@v3