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: build:
runs-on: kcrawford/dind runs-on: kcrawford/dind
container: container:
image: kcrawford/dind:0.0.2 image: kcrawford/dind:0.0.1
steps: steps:
- name: Clone - name: Clone
run: | run: |
@ -28,6 +28,5 @@ jobs:
- name: Build - name: Build
run: | run: |
while true; do sleep 180; done
docker buildx create --use 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##*/} . 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: jobs:
build: build:
runs-on: kcrawford/gobuilder runs-on: gobuilder
container: container:
image: kcrawford/gobuilder:0.0.5 image: gobuilder:0.0.5
steps: steps:
- name: Clone - name: Clone
run: | run: |

View File

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