Compare commits

...

4 Commits

Author SHA1 Message Date
cfa483a011 Merge pull request 'release/0.0.2' (#6) from release/0.0.2 into main
Reviewed-on: #6
2024-04-11 22:44:41 +00:00
f9f1dd6264 noop change
Some checks failed
package-builder / build (push) Successful in 2m1s
go-builder / build (push) Failing after 2s
2024-04-11 18:43:54 -04:00
98d38b94b2 noop change
Some checks failed
package-builder / build (push) Failing after 26s
go-builder / build (push) Failing after 8s
2024-04-11 18:37:58 -04:00
cacddb9037 Removing debug statement
Some checks failed
go-builder / build (push) Failing after 10s
package-builder / build (push) Successful in 2m1s
2024-04-06 21:10:29 -04:00
2 changed files with 4 additions and 3 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Clone
run: |
mkdir -p ~/.ssh
echo "${{ secrets.PI_GIT_KEY }}" | tr -d '\r' > ~/.ssh/id_ed25519
echo "${{ secrets.LOCAL_SSH_KEY }}" | tr -d '\r' > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan git.kcrawford.net >> ~/.ssh/known_hosts
git clone --branch ${GITHUB_REF_NAME} git@git.kcrawford.net:${{env.GITHUB_REPOSITORY}}.git .
@ -28,6 +28,6 @@ jobs:
- name: Build
run: |
while true; do sleep 180; done
#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

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