Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
remove duplicate text and upgrade build version
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 committed Feb 20, 2024
1 parent d4eb37f commit 8faf73d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8faf73d

Please sign in to comment.