########################################################### # IMPORTANT -> Rename the file extension to ".yaml" (remove "_") to enable this ########################################################### name: Self-Hosted Runner Test on: push: branches: - jobs: build: runs-on: self-hosted steps: - uses: actions/checkout@v2 - name: docker build python run: | docker build ./python/introduction/ -t python:1.0.0