diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index 73c4358..ea5ee4a 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:nightly + image: ghcr.io/ponylang/library-documentation-action-v2:release steps: - name: Checkout uses: actions/checkout@v6.0.2 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2327327..8266e62 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -22,7 +22,7 @@ jobs: name: Test against recent ponyc release on Linux runs-on: ubuntu-latest container: - image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-libressl-4.2.1:nightly + image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-libressl-4.2.1:release services: postgres: image: postgres:14.5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc18694..eec4883 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:nightly + image: ghcr.io/ponylang/library-documentation-action-v2:release steps: - name: Checkout uses: actions/checkout@v6.0.2