From cacddb903742a8fbff7cf7df118464dd65176861 Mon Sep 17 00:00:00 2001 From: Kris Crawford Date: Sat, 6 Apr 2024 21:10:29 -0400 Subject: [PATCH 1/3] Removing debug statement --- .gitea/workflows/build-package.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-package.yaml b/.gitea/workflows/build-package.yaml index adc36b5..53a8e7c 100644 --- a/.gitea/workflows/build-package.yaml +++ b/.gitea/workflows/build-package.yaml @@ -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##*/} . \ No newline at end of file + docker buildx build --no-cache --platform linux/amd64,linux/arm64 --output type=registry -t git.kcrawford.net/kcrawford/$(basename $(pwd)):${GITHUB_REF##*/} . From 98d38b94b216afa2ce6aa0fae8e11e113c562160 Mon Sep 17 00:00:00 2001 From: Kris Crawford Date: Thu, 11 Apr 2024 18:37:58 -0400 Subject: [PATCH 2/3] noop change --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33fecda..6e39474 100644 --- a/README.md +++ b/README.md @@ -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. + From f9f1dd62645cc33f3f85e2e651e3ad96ede94549 Mon Sep 17 00:00:00 2001 From: Kris Crawford Date: Thu, 11 Apr 2024 18:43:54 -0400 Subject: [PATCH 3/3] noop change --- .gitea/workflows/build-package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-package.yaml b/.gitea/workflows/build-package.yaml index 53a8e7c..b85432c 100644 --- a/.gitea/workflows/build-package.yaml +++ b/.gitea/workflows/build-package.yaml @@ -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 .