Skip to content

build-juno

build-juno #93

Workflow file for this run

---
name: build-juno
on:
push:
branches:
- main
paths-ignore:
- '**/README.md'
- 'pluto/*'
schedule:
- cron: '05 10 * * *' # 10:05am UTC everyday
workflow_dispatch:
jobs:
build_juno:
name: Build and push image
uses: ./.github/workflows/build.yml
permissions:
contents: read
packages: write
id-token: write
with:
image_name: "juno"
base_image_name: "silverblue"