From cd564350883ca88fd748210cf087b182feb38f56 Mon Sep 17 00:00:00 2001 From: Matt Savoie Date: Thu, 17 Oct 2024 16:11:33 -0600 Subject: [PATCH] Pass input docker-image-tag to docker pull (#106) --- .github/workflows/notebook-test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebook-test-suite.yml b/.github/workflows/notebook-test-suite.yml index 6d56dd2..7bb2a17 100644 --- a/.github/workflows/notebook-test-suite.yml +++ b/.github/workflows/notebook-test-suite.yml @@ -132,7 +132,7 @@ jobs: uses: actions/checkout@v4 - name: Pull Docker image - run: docker pull ghcr.io/nasa/regression-tests-${{ matrix.service }}:${{ github.event.client_payload.docker-image-tag || 'latest' }} + run: docker pull ghcr.io/nasa/regression-tests-${{ matrix.service }}:${{ github.event.client_payload.docker-image-tag || inputs.docker-image-tag || 'latest' }} - name: Execute notebook id: test-step