Skip to content

Commit

Permalink
clarify 'docker' job names in GitHub UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 3, 2024
1 parent d63e1aa commit 93039ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
env:
BUILD_TYPE: ${{ inputs.BUILD_TYPE }}
docker:
name: docker (${{ matrix.CUDA_VER }}, ${{ matrix.PYTHON_VER }}, ${{ matrix.LINUX_VER }}, ${{ matrix.IMAGE_REPO }})
needs: compute-matrix
strategy:
matrix: ${{ fromJSON(needs.compute-matrix.outputs.MATRIX) }}
Expand Down

0 comments on commit 93039ff

Please sign in to comment.