k8s runner testing #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################### | |
# 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: | | |
sleep 60s | |
docker build ./python/introduction/ -t python:1.0.0 |