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
 | 
			
		||||
          username: ${{ github.repository_owner }}
 | 
			
		||||
          password: ${{ secrets.CR_PAT }}
 | 
			
		||||
      - name: Build base
 | 
			
		||||
        uses: docker/build-push-action@v2
 | 
			
		||||
        with:
 | 
			
		||||
          builder: ${{ steps.buildx.outputs.name }}
 | 
			
		||||
          context: .
 | 
			
		||||
          file: ./Dockerfile
 | 
			
		||||
          platforms: linux/amd64,linux/arm64
 | 
			
		||||
          push: true
 | 
			
		||||
          tags: |
 | 
			
		||||
            ghcr.io/${{ github.repository }}-base:latest
 | 
			
		||||
          labels: |
 | 
			
		||||
            action_id=${{ github.action }}
 | 
			
		||||
            action_link=${{ env.LINK }}
 | 
			
		||||
            actor=${{ github.actor }}
 | 
			
		||||
            sha=${{ github.sha }}
 | 
			
		||||
            ref=${{ github.ref }}
 | 
			
		||||
            #      - name: Build base
 | 
			
		||||
            #        uses: docker/build-push-action@v2
 | 
			
		||||
            #        with:
 | 
			
		||||
            #          builder: ${{ steps.buildx.outputs.name }}
 | 
			
		||||
            #          context: .
 | 
			
		||||
            #          file: ./Dockerfile
 | 
			
		||||
            #          platforms: linux/amd64,linux/arm64
 | 
			
		||||
            #          push: true
 | 
			
		||||
            #          tags: |
 | 
			
		||||
            #            ghcr.io/${{ github.repository }}-base:latest
 | 
			
		||||
            #          labels: |
 | 
			
		||||
            #            action_id=${{ github.action }}
 | 
			
		||||
            #            action_link=${{ env.LINK }}
 | 
			
		||||
            #            actor=${{ github.actor }}
 | 
			
		||||
            #            sha=${{ github.sha }}
 | 
			
		||||
            #            ref=${{ github.ref }}
 | 
			
		||||
      - name: Build helmfile
 | 
			
		||||
        uses: docker/build-push-action@v2
 | 
			
		||||
        with:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user