release/0.0.2 #5

Merged
kcrawford merged 4 commits from release/0.0.2 into main 2024-04-05 23:41:07 +00:00
Showing only changes of commit 56d18e9dae - Show all commits

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##*/} .