Skip to content

Commit a4bfcdd

Browse files
committed
no secrets
1 parent 163aa1e commit a4bfcdd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

-6
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,11 @@ jobs:
88
runs-on: 4-core-ubuntu-gpu-t4
99
container:
1010
image: pytorch/conda-cuda
11-
credentials:
12-
username: ${{ secrets.DOCKERHUB_USERNAME }}
13-
password: ${{ secrets.DOCKERHUB_TOKEN }}
1411
env:
1512
PYTHON_VERSION: "3.12"
1613
BUILD_VERSION: "${{ github.run_number }}"
1714
PYTORCH_VERSION: "2.4.1"
1815
CU_VERSION: "cu121"
19-
TESTRUN_DOCKER_IMAGE: "pytorch/conda-cuda"
20-
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
21-
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
2216
JUST_TESTRUN: 1
2317
steps:
2418
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)