From b45dcfa1e9fe955de8fc94e5340cebd122f813fd Mon Sep 17 00:00:00 2001 From: dkunhamb Date: Wed, 6 Nov 2024 10:36:29 -0600 Subject: [PATCH] update docs build container --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index cf0189e80..a1155b725 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -481,7 +481,7 @@ jobs: name: Documentation runs-on: ubuntu-latest container: - image: ${{ needs.revn-variations.outputs.stable_container }} + image: ${{ needs.revn-variations.outputs.test_container }} options: --entrypoint /bin/bash needs: [style, doc-style, revn-variations]