remove duplicate text and upgrade build version

This commit is contained in:
Jason N. 2024-02-19 20:56:42 -05:00
parent d4eb37fc5f
commit 8faf73deaa
2 changed files with 3 additions and 2 deletions

View File

@ -27,13 +27,14 @@ jobs:
support: latest
steps:
- name: Build image
uses: JasonN3/build-action@action
uses: ublue-os/build-action@1.0.1
with:
image_name: isogenerator
image_variant: main
version: ${{ matrix.version }}
support: ${{ matrix.support }}
signing_key: ${{ secrets.SIGNING_SECRET }}
target: main
continue-on-error: false
check:

View File

@ -43,7 +43,7 @@ The following variables can be used to customize the create image.
Default Value: *VERSION*
- 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
- WEB_UI
Enable Anaconda WebUI