remove duplicate text and upgrade build version
This commit is contained in:
		
							parent
							
								
									d4eb37fc5f
								
							
						
					
					
						commit
						8faf73deaa
					
				| 
						 | 
					@ -27,13 +27,14 @@ jobs:
 | 
				
			||||||
            support: latest
 | 
					            support: latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Build image
 | 
					      - name: Build image
 | 
				
			||||||
        uses: JasonN3/build-action@action
 | 
					        uses: ublue-os/build-action@1.0.1
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          image_name: isogenerator
 | 
					          image_name: isogenerator
 | 
				
			||||||
          image_variant: main
 | 
					          image_variant: main
 | 
				
			||||||
          version: ${{ matrix.version }}
 | 
					          version: ${{ matrix.version }}
 | 
				
			||||||
          support: ${{ matrix.support }}
 | 
					          support: ${{ matrix.support }}
 | 
				
			||||||
          signing_key: ${{ secrets.SIGNING_SECRET }}
 | 
					          signing_key: ${{ secrets.SIGNING_SECRET }}
 | 
				
			||||||
 | 
					          target: main
 | 
				
			||||||
        continue-on-error: false
 | 
					        continue-on-error: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  check:
 | 
					  check:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -43,7 +43,7 @@ The following variables can be used to customize the create image.
 | 
				
			||||||
    Default Value: *VERSION*
 | 
					    Default Value: *VERSION*
 | 
				
			||||||
- VARIANT  
 | 
					- VARIANT  
 | 
				
			||||||
    Source container variant
 | 
					    Source container variant
 | 
				
			||||||
    Source container variant. Available options can be found by running `dnf provides system-release`. Variant will be the third item in the package name. Example: `fedora-release-kinoite-39-34.noarch` will be kinonite  
 | 
					    Available options can be found by running `dnf provides system-release`. Variant will be the third item in the package name. Example: `fedora-release-kinoite-39-34.noarch` will be kinonite  
 | 
				
			||||||
    Default Value: Silverblue
 | 
					    Default Value: Silverblue
 | 
				
			||||||
- WEB_UI  
 | 
					- WEB_UI  
 | 
				
			||||||
    Enable Anaconda WebUI  
 | 
					    Enable Anaconda WebUI  
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue