name: CI on: - push jobs: build: runs-on: ubuntu-latest container: catthehacker/ubuntu:act-latest steps: - uses: actions/checkout@v3 - name: Hello world run: docker run hello-world - run: docker ps - run: docker container ls