We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e63d18 commit 1aad472Copy full SHA for 1aad472
.github/workflows/docker-build.yml
@@ -116,7 +116,7 @@ jobs:
116
- uses: actions/checkout@v4
117
- uses: docker/setup-buildx-action@v3
118
- uses: docker/login-action@v3
119
-# if: env.PUSH_NIGHTLY == 'true' && github.repository_owner == 'Lightning-AI'
+ # if: env.PUSH_NIGHTLY == 'true' && github.repository_owner == 'Lightning-AI'
120
with:
121
username: ${{ secrets.DOCKER_USERNAME }}
122
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments