From 46a05fccbb9b596aa98d5d68424917b5811c5b4f Mon Sep 17 00:00:00 2001 From: Akihiro Nitta Date: Tue, 26 Jul 2022 02:33:48 +0900 Subject: [PATCH] revertme: push to hub --- .github/workflows/cicd-pytorch_dockers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd-pytorch_dockers.yml b/.github/workflows/cicd-pytorch_dockers.yml index beb4b4fb92..a0931c5424 100644 --- a/.github/workflows/cicd-pytorch_dockers.yml +++ b/.github/workflows/cicd-pytorch_dockers.yml @@ -108,7 +108,7 @@ jobs: CUDA_VERSION=${{ matrix.cuda_version }} UBUNTU_VERSION=${{ matrix.ubuntu_version }} file: dockers/base-cuda/Dockerfile - push: ${{ env.PUSH_TO_HUB }} + push: true tags: pytorchlightning/pytorch_lightning:base-cuda-py${{ matrix.python_version }}-torch${{ matrix.pytorch_version }}-cuda${{ matrix.cuda_version }} timeout-minutes: 95 - uses: ravsamhq/notify-slack-action@v1 @@ -147,7 +147,7 @@ jobs: PYTORCH_VERSION=${{ matrix.pytorch_version }} CUDA_VERSION=${{ matrix.cuda_version }} file: dockers/base-conda/Dockerfile - push: ${{ env.PUSH_TO_HUB }} + push: true tags: pytorchlightning/pytorch_lightning:base-conda-py${{ matrix.python_version }}-torch${{ matrix.pytorch_version }}-cuda${{ matrix.cuda_version }} timeout-minutes: 95 - uses: ravsamhq/notify-slack-action@v1