diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index f63edd92c..9ca871a61 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -89,9 +89,9 @@ jobs: # Update conda package only for non PR branches. Use 'main' for main branch and 'dev' for all other branches conda_upload_label: ${{ !fromJSON(needs.prepare.outputs.is_pr) && (fromJSON(needs.prepare.outputs.is_main_branch) && 'main' || 'dev') || '' }} # Build container - container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-build-241002 + container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-build-241219 # Test container - test_container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-test-241002 + test_container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-test-241219 # Info about the PR. Empty for non PR branches. Useful for extracting PR number, title, etc. pr_info: ${{ needs.prepare.outputs.pr_info }} secrets: