diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index 30135e8..542be7a 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-insiders:release + image: ghcr.io/ponylang/library-documentation-action-v2:release steps: - name: Checkout uses: actions/checkout@v4.1.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1cfaa4..a134d4c 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-insiders:release + image: ghcr.io/ponylang/library-documentation-action-v2:release steps: - name: Checkout uses: actions/checkout@v4.1.1