Skip to content

v1.0.0

v1.0.0 #1

Workflow file for this run

name: docker-deploy
on:
release:
types: [published]
jobs:
docker-deploy:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/[email protected]
- name: 'CI docker base'
uses: ./.github/docker-base-action
with:
base_tag: pytorch2.2.1-cuda12.3.1-ros2humble
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
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
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
github_token: ${{ secrets.GITHUB_TOKEN }}