Merge pull request 'release/0.0.2' (#5) from release/0.0.2 into main

Reviewed-on: #5
This commit is contained in:
kcrawford 2024-04-05 23:41:07 +00:00
commit d5c73e8df6
3 changed files with 6 additions and 4 deletions

View File

@ -9,7 +9,7 @@ jobs:
build:
runs-on: kcrawford/dind
container:
image: kcrawford/dind:0.0.1
image: kcrawford/dind:0.0.2
steps:
- name: Clone
run: |
@ -28,5 +28,6 @@ jobs:
- name: Build
run: |
while true; do sleep 180; done
docker buildx create --use
docker buildx build --no-cache --platform linux/amd64,linux/arm64 --output type=registry -t git.kcrawford.net/kcrawford/$(basename $(pwd)):${GITHUB_REF##*/} .

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.