We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1e77d commit 3a2e4b4Copy full SHA for 3a2e4b4
.github/workflows/cicd-pytorch_dockers.yml
@@ -56,7 +56,7 @@ jobs:
56
- uses: actions/checkout@v2
57
- uses: docker/setup-buildx-action@v2
58
- uses: docker/login-action@v1
59
- if: env.PUSH_TO_HUB == 'true'
+ if: true
60
with:
61
username: ${{ secrets.DOCKER_USERNAME }}
62
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -66,7 +66,7 @@ jobs:
66
PYTHON_VERSION=${{ matrix.python_version }}
67
XLA_VERSION=${{ matrix.xla_version }}
68
file: dockers/base-xla/Dockerfile
69
- push: ${{ env.PUSH_TO_HUB }}
+ push: true
70
tags: pytorchlightning/pytorch_lightning:base-xla-py${{ matrix.python_version }}-torch${{ matrix.xla_version }}
71
timeout-minutes: 60
72
- uses: ravsamhq/notify-slack-action@v1
0 commit comments