File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 CUDA_VERSION=${{ matrix.cuda_version }}
109109 UBUNTU_VERSION=${{ matrix.ubuntu_version }}
110110 file : dockers/base-cuda/Dockerfile
111- push : ${{ env.PUSH_TO_HUB }}
111+ push : true
112112 tags : pytorchlightning/pytorch_lightning:base-cuda-py${{ matrix.python_version }}-torch${{ matrix.pytorch_version }}-cuda${{ matrix.cuda_version }}
113113 timeout-minutes : 95
114114 - uses : ravsamhq/notify-slack-action@v1
@@ -147,7 +147,7 @@ jobs:
147147 PYTORCH_VERSION=${{ matrix.pytorch_version }}
148148 CUDA_VERSION=${{ matrix.cuda_version }}
149149 file : dockers/base-conda/Dockerfile
150- push : ${{ env.PUSH_TO_HUB }}
150+ push : true
151151 tags : pytorchlightning/pytorch_lightning:base-conda-py${{ matrix.python_version }}-torch${{ matrix.pytorch_version }}-cuda${{ matrix.cuda_version }}
152152 timeout-minutes : 95
153153 - uses : ravsamhq/notify-slack-action@v1
You can’t perform that action at this time.
0 commit comments