From aab63437147598307f14c345723f88e94b5f1996 Mon Sep 17 00:00:00 2001 From: Paul Abel Date: Fri, 5 Jul 2024 11:10:08 +0100 Subject: [PATCH] pull test image --- .github/workflows/single-image-regression.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/single-image-regression.yml b/.github/workflows/single-image-regression.yml index ec00de88ca..493b1ffa25 100644 --- a/.github/workflows/single-image-regression.yml +++ b/.github/workflows/single-image-regression.yml @@ -93,6 +93,10 @@ jobs: username: oauth2accesstoken password: ${{ steps.auth.outputs.access_token }} + - name: Pull image to local docker engine + run: | + docker pull ${{ inputs.image }}:${{ inputs.tag }} + - name: Run Tests uses: ./.github/actions/smoke-tests with: