Skip to content

Commit 46a05fc

Browse files
committed
revertme: push to hub
1 parent 73c793a commit 46a05fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd-pytorch_dockers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)