Skip to content

Commit

Permalink
Merge branch 'main' into enable_coverage_diff
Browse files Browse the repository at this point in the history
  • Loading branch information
bettinaheim authored Oct 31, 2024
2 parents 77226ac + a9e2324 commit 30eca6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,8 @@ jobs:
echo "$keys" >> cache_keys.txt
platform_tag=${{ needs.metadata.outputs.platform_tag }}
artifact_name=cache_keys${platform_tag:+_$platform_tag}_images
cuda_major=`echo ${{ inputs.cuda_version }} | cut -d . -f1`
artifact_name=cache_keys${platform_tag:+_$platform_tag}${cuda_major:+_cu$cuda_major}_images
echo "artifact_name=$artifact_name" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 30eca6f

Please sign in to comment.