temporary disable base build
This commit is contained in:
		
							
								
								
									
										32
									
								
								.github/workflows/container-stable.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										32
									
								
								.github/workflows/container-stable.yaml
									
									
									
									
										vendored
									
									
								
							@@ -32,22 +32,22 @@ jobs:
 | 
				
			|||||||
          registry: ghcr.io
 | 
					          registry: ghcr.io
 | 
				
			||||||
          username: ${{ github.repository_owner }}
 | 
					          username: ${{ github.repository_owner }}
 | 
				
			||||||
          password: ${{ secrets.CR_PAT }}
 | 
					          password: ${{ secrets.CR_PAT }}
 | 
				
			||||||
      - name: Build base
 | 
					            #      - name: Build base
 | 
				
			||||||
        uses: docker/build-push-action@v2
 | 
					            #        uses: docker/build-push-action@v2
 | 
				
			||||||
        with:
 | 
					            #        with:
 | 
				
			||||||
          builder: ${{ steps.buildx.outputs.name }}
 | 
					            #          builder: ${{ steps.buildx.outputs.name }}
 | 
				
			||||||
          context: .
 | 
					            #          context: .
 | 
				
			||||||
          file: ./Dockerfile
 | 
					            #          file: ./Dockerfile
 | 
				
			||||||
          platforms: linux/amd64,linux/arm64
 | 
					            #          platforms: linux/amd64,linux/arm64
 | 
				
			||||||
          push: true
 | 
					            #          push: true
 | 
				
			||||||
          tags: |
 | 
					            #          tags: |
 | 
				
			||||||
            ghcr.io/${{ github.repository }}-base:latest
 | 
					            #            ghcr.io/${{ github.repository }}-base:latest
 | 
				
			||||||
          labels: |
 | 
					            #          labels: |
 | 
				
			||||||
            action_id=${{ github.action }}
 | 
					            #            action_id=${{ github.action }}
 | 
				
			||||||
            action_link=${{ env.LINK }}
 | 
					            #            action_link=${{ env.LINK }}
 | 
				
			||||||
            actor=${{ github.actor }}
 | 
					            #            actor=${{ github.actor }}
 | 
				
			||||||
            sha=${{ github.sha }}
 | 
					            #            sha=${{ github.sha }}
 | 
				
			||||||
            ref=${{ github.ref }}
 | 
					            #            ref=${{ github.ref }}
 | 
				
			||||||
      - name: Build helmfile
 | 
					      - name: Build helmfile
 | 
				
			||||||
        uses: docker/build-push-action@v2
 | 
					        uses: docker/build-push-action@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user