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