Skip to content

Commit 1aad472

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0e63d18 commit 1aad472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- uses: actions/checkout@v4
117117
- uses: docker/setup-buildx-action@v3
118118
- uses: docker/login-action@v3
119-
# if: env.PUSH_NIGHTLY == 'true' && github.repository_owner == 'Lightning-AI'
119+
# if: env.PUSH_NIGHTLY == 'true' && github.repository_owner == 'Lightning-AI'
120120
with:
121121
username: ${{ secrets.DOCKER_USERNAME }}
122122
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)