Compare commits

..

No commits in common. "410e8b09f6669441222bf8a83c1c5ed099c77ab6" and "278a75a22d906d8484feca1aa43530c5ea048bcd" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -7,9 +7,9 @@ on:
jobs:
build:
runs-on: kcrawford/gobuilder
runs-on: gobuilder
container:
image: kcrawford/gobuilder:0.0.5
image: gobuilder:0.0.5
steps:
- name: Clone
run: |

View File

@ -1,2 +1 @@
# Intro
Creates a Pod that listens on port 8000/tcp and responds to GET requests with the hostname of the machine running the Pod.
noop