From 8e63c8c035835067dbab40ea80702173f62929c4 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Fri, 9 May 2025 12:57:46 +0200 Subject: [PATCH] change the image --- .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 e860fc8b69..d0f9887aa5 100644 --- a/.github/workflows/cloud-extensions.yml +++ b/.github/workflows/cloud-extensions.yml @@ -38,7 +38,7 @@ jobs: runs-on: [self-hosted, small] container: # We use the neon-test-extensions image here as it contains the source code for the extensions. - image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:14923168141 + image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:14926435185 credentials: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}