Skip to content

Commit 414cbca

Browse files
Saurav AgarwalSaurav Agarwal
authored andcommitted
Remove dockerhub from workflow
1 parent cce01d6 commit 414cbca

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci_docker.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,25 @@ jobs:
1616
uses: ./.github/docker-base-action
1717
with:
1818
base_tag: pytorch2.2.1-cuda12.3.1-ros2humble
19-
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
20-
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
2119
github_token: ${{ secrets.GITHUB_TOKEN }}
2220
- name: cleanup
2321
run: docker system prune -a -f
2422
- name: 'CI docker base'
2523
uses: ./.github/docker-base-action
2624
with:
2725
base_tag: pytorch2.2.1-ros2humble
28-
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
29-
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
3026
github_token: ${{ secrets.GITHUB_TOKEN }}
3127
- name: cleanup
3228
run: docker system prune -a -f
3329
- name: 'CI docker base'
3430
uses: ./.github/docker-base-action
3531
with:
3632
base_tag: pytorch2.2.1
37-
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
38-
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
3933
github_token: ${{ secrets.GITHUB_TOKEN }}
4034
- name: cleanup
4135
run: docker system prune -a -f
4236
- name: 'CI docker base'
4337
uses: ./.github/docker-base-action
4438
with:
4539
base_tag: pytorch2.2.1-cuda12.3.1
46-
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
47-
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
4840
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)