name: hello on: [push] jobs: hi: runs-on: ubuntu-latest steps: - run: echo "Hello v2 from $(hostname)" - run: docker info | head -5