Skip to content

Commit 3a2e4b4

Browse files
committed
revertme: push
1 parent 7e1e77d commit 3a2e4b4

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
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v2
5757
- uses: docker/setup-buildx-action@v2
5858
- uses: docker/login-action@v1
59-
if: env.PUSH_TO_HUB == 'true'
59+
if: true
6060
with:
6161
username: ${{ secrets.DOCKER_USERNAME }}
6262
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -66,7 +66,7 @@ jobs:
6666
PYTHON_VERSION=${{ matrix.python_version }}
6767
XLA_VERSION=${{ matrix.xla_version }}
6868
file: dockers/base-xla/Dockerfile
69-
push: ${{ env.PUSH_TO_HUB }}
69+
push: true
7070
tags: pytorchlightning/pytorch_lightning:base-xla-py${{ matrix.python_version }}-torch${{ matrix.xla_version }}
7171
timeout-minutes: 60
7272
- uses: ravsamhq/notify-slack-action@v1

0 commit comments

Comments
 (0)