Skip to content

Merge pull request #76 from HyperbolicLabs/dev #74

Merge pull request #76 from HyperbolicLabs/dev

Merge pull request #76 from HyperbolicLabs/dev #74

Workflow file for this run

name: Docker Build and Push SSHbox Image
on:
push:
branches:
- dev
- main
tags:
- "v*.*"
paths:
- "sshbox/**"
- ".github/workflows/sshbox.yml"
- "scripts/**"
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
build-and-push-sshbox:
uses: ./.github/workflows/docker-build-template.yml
with:
# frontend expects pytorch image to be named sshbox
# ...for historical reasons
image_name: sshbox
image_path: sshbox