Compare commits

..

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

3 changed files with 4 additions and 6 deletions

View File

@ -9,7 +9,7 @@ jobs:
build:
runs-on: kcrawford/dind
container:
image: kcrawford/dind:0.0.2
image: kcrawford/dind:0.0.1
steps:
- name: Clone
run: |
@ -28,6 +28,5 @@ 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: 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