From 6e7bef78061860855a3f2893e46641e6b06b178c Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:45:01 -0500 Subject: [PATCH] don't include tag --- .github/workflows/test-iso.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-iso.yml b/.github/workflows/test-iso.yml index 2e1d99f..916a40d 100644 --- a/.github/workflows/test-iso.yml +++ b/.github/workflows/test-iso.yml @@ -36,9 +36,8 @@ jobs: ARCH: 'x86_64' IMAGE_NAME: 'base-main' IMAGE_REPO: 'ghcr.io/ublue-os' - IMAGE_TAG: 'latest' VARIANT: 'Kinoite' - VERSION: ${{ matrix.version }} + VERSION: 39 ACTION_REPO: ${{ github.repository }} ACTION_REF: ${{ github.ref }}