Compare commits

..

No commits in common. "4aa46a1cc39d9ddb02da9d166330666e48e59ac8" and "ab391618e0e7d94d54c52f3c7cd06d247b21cd6c" have entirely different histories.

3 changed files with 1 additions and 28 deletions

View File

@ -1,27 +0,0 @@
name: package-builder
run-name: package-builder
on:
push:
branches:
- release/*
jobs:
build:
runs-on: dind
container:
image: dind:0.0.1
steps:
- name: Clone
run: |
mkdir -p ~/.ssh
echo "${{ secrets.PI_GIT_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 .
- name: Inspect
run: |
env
docker info
#while true; do sleep 180; done

View File

@ -22,7 +22,7 @@ spec:
spec: spec:
containers: containers:
- name: http-header - name: http-header
image: git.kcrawford.net/kcrawford/golang-http-header:0.0.5 image: git.kcrawford.net/kcrawford/golang-http-header:0.0.4
ports: ports:
- containerPort: 8000 - containerPort: 8000