Skip to content

ci(build): Add DockerHub login and secret inheritence #11

ci(build): Add DockerHub login and secret inheritence

ci(build): Add DockerHub login and secret inheritence #11

Workflow file for this run

on:
workflow_dispatch:
push:
paths:
- "cuda-ssh/**"
- ".github/workflows/cuda-ssh.yml"
- ".github/workflows/build.yml"
jobs:
build:
strategy:
matrix:
tag:
- ceeb8c2-base-cuda11.8.0-torch2.0.1-vision0.15.2-audio2.0.2
- ceeb8c2-nccl-cuda11.8.0-nccl2.16.2-1-torch2.0.1-vision0.15.2-audio2.0.2
uses: ./.github/workflows/build.yml
secrets: inherit
with:
image-name: cuda-ssh
folder: cuda-ssh
tag-suffix: torch-${{ matrix.tag }}
build-args: |
BASE_IMAGE=ghcr.io/coreweave/ml-containers/torch:${{ matrix.tag }}