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

Commit

Permalink
fix(ci): fixed version and added IMAGE_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller committed Feb 27, 2024
1 parent 88fcc40 commit 7702beb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-iso-secure-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
version:
- stable
- 39

steps:
- name: Checkout
Expand All @@ -42,6 +42,7 @@ jobs:
IMAGE_REPO: 'ghcr.io/ublue-os'
VARIANT: 'Kinoite'
VERSION: ${{ matrix.version }}
IMAGE_TAG: 'stable'
ACTION_REPO: ${{ github.repository }}
ACTION_REF: ${{ github.ref }}
SECURE_BOOT_KEY_URL: 'https://github.com/ublue-os/akmods/raw/main/certs/public_key.der'
Expand Down

0 comments on commit 7702beb

Please sign in to comment.