Compare commits
	
		
			1 Commits
		
	
	
		
			a3329cefd4
			...
			dca72234ff
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| dca72234ff | 
| @@ -8,15 +8,16 @@ 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 | ||||||
|  |  | ||||||
|     - name: Docker login |     - name: Docker login | ||||||
|       uses: docker/login-action@v3 |       uses: docker/login-action@v3 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user