@@ -6,15 +6,17 @@ on:
 | 
				
			|||||||
      - main
 | 
					      - main
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  Dockerfile lint:
 | 
					  Ddockerfile lint:
 | 
				
			||||||
    runs-on: k3s
 | 
					    runs-on: k3s
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - uses: hadolint/hadolint-action@v3.1.0
 | 
					      - uses: hadolint/hadolint-action@v3.1.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          dockerfile: Dockerfile
 | 
					          dockerfile: Dockerfile
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    runs-on: docker
 | 
					    runs-on: docker
 | 
				
			||||||
 | 
					    needs: "Dockerfile lint"
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - name: docker login
 | 
					      - name: docker login
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,7 +8,7 @@ on:
 | 
				
			|||||||
    - cron: "0 6 * * SUN"
 | 
					    - cron: "0 6 * * SUN"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  Dockerfile lint:
 | 
					  Ddockerfile lint:
 | 
				
			||||||
    runs-on: k3s
 | 
					    runs-on: k3s
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
@@ -17,8 +17,8 @@ jobs:
 | 
				
			|||||||
          dockerfile: Dockerfile
 | 
					          dockerfile: Dockerfile
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    needs: Dockerfile lint
 | 
					 | 
				
			||||||
    runs-on: docker
 | 
					    runs-on: docker
 | 
				
			||||||
 | 
					    needs: "Dockerfile lint"
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - name: Pull Docker Image for caching
 | 
					      - name: Pull Docker Image for caching
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user