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