Skip to content

Docker Build - Firefly CPU #892

Docker Build - Firefly CPU

Docker Build - Firefly CPU #892

name: "Docker Build - Firefly CPU"
on:
push:
branches:
- "stable"
paths:
- "Dockerfile"
pull_request:
branches:
- "stable"
schedule:
# Weekly, at 04:00 on Monday UTC time
- cron: "0 4 * * 1"
workflow_dispatch:
jobs:
cpu:
uses: ./.github/workflows/build-jupyter-workflow.yml
with:
image: "[\"cpu-pytorch\", \"cpu-local\", \"cpu-test\"]"
dockerfile: docker/Dockerfile.main
secrets:
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}