mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 00:20:18 +01:00
[docker release] Fix push nightly tag (#158984)
This is a typo. I see that this step is not executing in nightly builds: https://github.com/pytorch/pytorch/actions/runs/16464544564/job/46538759844 Pull Request resolved: https://github.com/pytorch/pytorch/pull/158984 Approved by: https://github.com/oulgen
This commit is contained in:
parent
60ac3414eb
commit
ebb032a202
2
.github/workflows/docker-release.yml
vendored
2
.github/workflows/docker-release.yml
vendored
|
|
@ -144,7 +144,7 @@ jobs:
|
|||
run: |
|
||||
make -f docker.Makefile "${BUILD_IMAGE_TYPE}-image"
|
||||
- name: Push nightly tags
|
||||
if: ${{ github.event.ref == 'refs/heads/nightly' && matrix.image_type == 'runtime' && matrix.build_platforms == 'linux/amd4' }}
|
||||
if: ${{ github.event.ref == 'refs/heads/nightly' && matrix.image_type == 'runtime' && matrix.platform == 'linux/amd4' }}
|
||||
run: |
|
||||
PYTORCH_DOCKER_TAG="${PYTORCH_VERSION}-cuda${CUDA_VERSION_SHORT}-cudnn${CUDNN_VERSION}-runtime"
|
||||
CUDA_SUFFIX="-cu${CUDA_VERSION}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user