Skip to content

Commit

Permalink
Remove dockerhub from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AgarwalSaurav committed Mar 1, 2024
1 parent cce01d6 commit 414cbca
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,25 @@ jobs:
uses: ./.github/docker-base-action
with:
base_tag: pytorch2.2.1-cuda12.3.1-ros2humble
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: cleanup
run: docker system prune -a -f
- name: 'CI docker base'
uses: ./.github/docker-base-action
with:
base_tag: pytorch2.2.1-ros2humble
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: cleanup
run: docker system prune -a -f
- name: 'CI docker base'
uses: ./.github/docker-base-action
with:
base_tag: pytorch2.2.1
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: cleanup
run: docker system prune -a -f
- name: 'CI docker base'
uses: ./.github/docker-base-action
with:
base_tag: pytorch2.2.1-cuda12.3.1
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 414cbca

Please sign in to comment.