Skip to content

Docker Build - Base Images #92

Docker Build - Base Images

Docker Build - Base Images #92

name: "Docker Build - Base Images"
on:
schedule:
# Weekly, at 03:00 on Monday UTC time
- cron: "0 3 * * 1"
workflow_dispatch:
jobs:
cpu-base:
uses: ./.github/workflows/build-jupyter-workflow.yml
with:
image: "[\"cpu-base\"]"
secrets:
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}