Update .gitea/workflows/cicd.yaml
	
		
			
	
		
	
	
		
			
				
	
				CICD / Explore-Gitea-Actions (push) Failing after 8s
				
					Details
				
			
		
	
				
					
				
			
				
	
				CICD / Explore-Gitea-Actions (push) Failing after 8s
				
					Details
				
			
		
	This commit is contained in:
		
							parent
							
								
									8dec4be83b
								
							
						
					
					
						commit
						e024436945
					
				| 
						 | 
				
			
			@ -4,12 +4,13 @@ on: [push]
 | 
			
		|||
 | 
			
		||||
jobs:
 | 
			
		||||
  Explore-Gitea-Actions:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    runs-on: my_custom_label
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v3 # Checks out your repository
 | 
			
		||||
      - name: Build Dockerfile
 | 
			
		||||
        run: |
 | 
			
		||||
          whoami
 | 
			
		||||
          which docker || true
 | 
			
		||||
          apt update
 | 
			
		||||
          cat /etc/os-release
 | 
			
		||||
          apt install -y ca-certificates curl gnupg
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue