Skip to content

Build fixes

Build fixes #17

Workflow file for this run

name: Build
on:
push:
jobs:
docker:
name: Docker Build
runs-on: ubuntu-latest
file: Dockerfile.jax

Check failure on line 10 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 10, Col: 5): Unexpected value 'file'
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build
uses: docker/build-push-action@v4
with:
push: false