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