Adding directory creation step
This commit is contained in:
		@@ -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: |
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user