sample commit #1
@@ -8,13 +8,13 @@ name: Build and docker image
 | 
				
			|||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    name: Build
 | 
					    name: Build
 | 
				
			||||||
    runs-on: k8s
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Install prerequisites
 | 
					    - name: Install prerequisites
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        apt-get update
 | 
					        apt update
 | 
				
			||||||
        apt-get install -y xz-utils unzip
 | 
					        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