Merge pull request 'release/0.0.2' (#6) from release/0.0.2 into main
Reviewed-on: #6
This commit is contained in:
		@@ -14,7 +14,7 @@ jobs:
 | 
				
			|||||||
      - name: Clone
 | 
					      - name: Clone
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          mkdir -p ~/.ssh
 | 
					          mkdir -p ~/.ssh
 | 
				
			||||||
          echo "${{ secrets.PI_GIT_KEY }}" | tr -d '\r' > ~/.ssh/id_ed25519
 | 
					          echo "${{ secrets.LOCAL_SSH_KEY }}" | tr -d '\r' > ~/.ssh/id_ed25519
 | 
				
			||||||
          chmod 600 ~/.ssh/id_ed25519
 | 
					          chmod 600 ~/.ssh/id_ed25519
 | 
				
			||||||
          ssh-keyscan git.kcrawford.net >> ~/.ssh/known_hosts
 | 
					          ssh-keyscan git.kcrawford.net >> ~/.ssh/known_hosts
 | 
				
			||||||
          git clone --branch ${GITHUB_REF_NAME} git@git.kcrawford.net:${{env.GITHUB_REPOSITORY}}.git .
 | 
					          git clone --branch ${GITHUB_REF_NAME} git@git.kcrawford.net:${{env.GITHUB_REPOSITORY}}.git .
 | 
				
			||||||
@@ -28,6 +28,6 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      - name: Build
 | 
					      - name: Build
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          while true; do sleep 180; done
 | 
					          #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##*/} .
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user