diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index ca76659..b1b3b00 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 4f93019..d9e2f8c 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