Skip to content

Commit

Permalink
Update validate_docker_images.yml
Browse files Browse the repository at this point in the history
testing
  • Loading branch information
juliagmt-google authored May 7, 2024
1 parent 5bc1082 commit 9c4e05e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
ref: ${{ inputs.ref || github.ref }}
job-name: cuda${{ matrix.cuda }}-cudnn${{ matrix.cudnn_version }}-${{ matrix.image_type }}
binary-matrix: ${{ toJSON(matrix) }}
docker-image: ${{matrix.docker}}
docker-image: ${{ matrix.channel == 'release' && startsWith(matrix.docker, 'ghcr.io/') ? replace(matrix.docker, 'ghcr.io/', '') : matrix.docker }} # Strip ghcr.io/ if release
timeout: 180
script: |
set -ex
echo "Using docker image: ${{ matrix.docker }}"
export MATRIX_GPU_ARCH_TYPE="cuda"
export MATRIX_GPU_ARCH_VERSION="${{ matrix.cuda }}"
export TARGET_OS="linux"
Expand Down

0 comments on commit 9c4e05e

Please sign in to comment.