Skip to content

chore: update ci

chore: update ci #1

Workflow file for this run

name: Image Build and Push

Check failure on line 1 in .github/workflows/image-push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/image-push.yml

Invalid workflow file

(Line: 7, Col: 9): A mapping was not expected, (Line: 9, Col: 3): Unexpected value 'build_and_push', (Line: 1, Col: 1): Required property is missing: jobs
on:
workflow_dispatch:
push:
branches:
- experiment/runkerneljobs:
build_and_push:
name: Build and Push Images
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Build Sailr
run: cargo build --release
- name: Run CI Build and Push Workflow
run: target/release/sailr workflow run ci-build-push --non-interactive --apply