From fa94e9f625851973004288d6113e4829f2fbbcfb Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Tue, 15 Apr 2025 16:46:05 +0200 Subject: [PATCH] update tag --- .github/workflows/cloud-extensions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloud-extensions.yml b/.github/workflows/cloud-extensions.yml index acb328857d..a9bcfc5e11 100644 --- a/.github/workflows/cloud-extensions.yml +++ b/.github/workflows/cloud-extensions.yml @@ -35,9 +35,9 @@ jobs: matrix: pg-version: [16, 17] - runs-on: us-east-2 + runs-on: small container: - image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:14469750946 + image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:14471689029 credentials: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}