From 8db3bf992ff2b8d8bafe6362adda38426348e42a Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Wed, 16 Apr 2025 10:29:04 +0200 Subject: [PATCH] remove unnecessary allure report generation --- .github/workflows/cloud-extensions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-extensions.yml b/.github/workflows/cloud-extensions.yml index 5f85aceae8..2594f1f2aa 100644 --- a/.github/workflows/cloud-extensions.yml +++ b/.github/workflows/cloud-extensions.yml @@ -37,7 +37,7 @@ jobs: runs-on: small container: - image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:14471689029 + image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:14487801101 credentials: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}