Adding directory creation step
This commit is contained in:
parent
c06d7be7f0
commit
65dbff9ce4
@ -22,9 +22,9 @@ jobs:
|
||||
- name: Inspect
|
||||
run: |
|
||||
env
|
||||
mkdir ~/.docker
|
||||
echo "${{ secrets.DOCKER_LOGIN }}" | base64 -d > ~/.docker/config.json
|
||||
docker info
|
||||
#while true; do sleep 180; done
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user