Skip to content

Commit

Permalink
Pass input docker-image-tag to docker pull (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear authored Oct 17, 2024
1 parent 447f9a5 commit cd56435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebook-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd56435

Please sign in to comment.