Adding a wait state
This commit is contained in:
parent
410e8b09f6
commit
56d18e9dae
@ -28,5 +28,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
while true; do sleep 180; done
|
||||||
docker buildx create --use
|
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