Adding debug step to build
This commit is contained in:
parent
28064654ad
commit
c06d7be7f0
@ -22,9 +22,12 @@ jobs:
|
|||||||
- name: Inspect
|
- name: Inspect
|
||||||
run: |
|
run: |
|
||||||
env
|
env
|
||||||
|
echo "${{ secrets.DOCKER_LOGIN }}" | base64 -d > ~/.docker/config.json
|
||||||
docker info
|
docker info
|
||||||
#while true; do sleep 180; done
|
#while true; do sleep 180; done
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
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##*/} .
|
||||||
while true; do sleep 180; done
|
while true; do sleep 180; done
|
Loading…
Reference in New Issue
Block a user