From 8faf73deaae3f4b2a8eace04fdd1dceaa24784e1 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:56:42 -0500 Subject: [PATCH] remove duplicate text and upgrade build version --- .github/workflows/build-container.yml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index bd35ade0..76b97aa9 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -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: diff --git a/README.md b/README.md index e5edc2ce..b3575d01 100644 --- a/README.md +++ b/README.md @@ -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