release/0.0.2 #6

Merged
kcrawford merged 3 commits from release/0.0.2 into main 2024-04-11 22:44:41 +00:00
Showing only changes of commit cacddb9037 - Show all commits

View File

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