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