name: CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - run: docker build -t test .