Compare commits
	
		
			1 Commits
		
	
	
		
			feature/la
			...
			a3329cefd4
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a3329cefd4 | 
@@ -8,13 +8,14 @@ name: Build and docker image
 | 
				
			|||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    name: Build
 | 
					    name: Build
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: k8s
 | 
				
			||||||
 | 
					    container: ubuntu:latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Install prerequisites
 | 
					    # - name: Install prerequisites
 | 
				
			||||||
      run: |
 | 
					    #   run: |
 | 
				
			||||||
        apt update
 | 
					    #     apt update
 | 
				
			||||||
        apt install -y docker
 | 
					    #     apt install -y docker
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - uses: https://gitea.com/actions/checkout@v4
 | 
					    - uses: https://gitea.com/actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user