Compare commits

..

2 Commits

Author SHA1 Message Date
410e8b09f6 Updating runner to use correct image
Some checks failed
go-builder / build (push) Successful in 1m6s
package-builder / build (push) Failing after 37s
2024-04-05 19:29:42 -04:00
730813261b Updating README 2024-04-05 19:28:43 -04:00
2 changed files with 4 additions and 3 deletions

View File

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

View File

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