From 8a0bd3f5dcbdf698ab162b802e245aabf73abdb1 Mon Sep 17 00:00:00 2001 From: proJM <81658610+proJM-Coding@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:40:14 +0000 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2a54a4..d398519 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -172,13 +172,11 @@ jobs: id: build with: arch: x86_64 - image_name: ${{ matrix.image_name }} + image_name: edublue image_repo: ghcr.io/projm-dev-team - version: ${{ matrix.major_version }} - image_tag: ${{ steps.build_image.outputs.tags }} secure_boot_key_url: 'https://github.com/ublue-os/akmods/raw/main/certs/public_key.der' enrollment_password: 'ublue-os' - iso_name: ${{ matrix.image_name }}-${{ steps.build_image.outputs.tags }}.iso + iso_name: edublue.iso enable_cache_dnf: "false" enable_cache_skopeo: "false"