Skip to content

Commit

Permalink
Safe defaults for latest tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Ballantyne committed Apr 9, 2024
1 parent ca6a7cb commit 4ebf66b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
env:
UBUNTU_VERSION: 22.04
BUILDX_NO_DEFAULT_ATTESTATIONS: 1
LATEST_CUDA: "2.2.1-py3.12-cuda-12.2.0-base-22.04"
LATEST_ROCM: "2.2.1-py3.12-rocm-6.0.2-runtime-22.04"
LATEST_CPU: "2.2.1-py3.12-cpu-22.04"
LATEST_CUDA: "2.2.1-py3.10-cuda-11.8.0-runtime-22.04"
LATEST_ROCM: "2.2.1-py3.10-rocm-5.7-runtime-22.04"
LATEST_CPU: "2.2.1-py3.10-cpu-22.04"

jobs:
cpu-base:
Expand Down

0 comments on commit 4ebf66b

Please sign in to comment.