Adding a wait state
Some checks failed
go-builder / build (push) Failing after 5s
package-builder / build (push) Has been cancelled

This commit is contained in:
Kris Crawford 2024-04-05 19:35:48 -04:00
parent 410e8b09f6
commit 56d18e9dae

View File

@ -28,5 +28,6 @@ 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##*/} .