From dc98dc6dc2750e71c6e747683f6e7ff06e216e13 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Fri, 9 May 2025 14:24:39 +0200 Subject: [PATCH] change 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 d0f9887aa5..060f91388d 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 }}:14926435185 + image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:14928114423 credentials: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}