diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index ca891e2..6017463 100644 --- a/.github/workflows/generate-documentation.yml +++ b/.github/workflows/generate-documentation.yml @@ -21,7 +21,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest container: - image: ghcr.io/ponylang/library-documentation-action-v2:release + image: ghcr.io/ponylang/library-documentation-action-v2-insiders:release steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b7305d..7b25314 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: needs: - pre-artefact-creation container: - image: ghcr.io/ponylang/library-documentation-action-v2:release + image: ghcr.io/ponylang/library-documentation-action-v2-insiders:release steps: - name: Checkout uses: actions/checkout@v3