From 81d212c8443d7996365a116afdb8c4d191c11aba Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Wed, 30 Aug 2023 00:12:39 -0400 Subject: [PATCH] Change library-documentation-v2 insiders image location (#11) --- .github/workflows/generate-documentation.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index 2741688..796b83c 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 6a1bd67..fcd71ef 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