Removing debug statement
This commit is contained in:
parent
3bbfbdcc92
commit
cacddb9037
@ -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##*/} .
|
||||
docker buildx build --no-cache --platform linux/amd64,linux/arm64 --output type=registry -t git.kcrawford.net/kcrawford/$(basename $(pwd)):${GITHUB_REF##*/} .
|
||||
|
Loading…
Reference in New Issue
Block a user