Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
proJM-Coding authored Jun 3, 2024
1 parent 4fe6255 commit 723baf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ jobs:
image_name: ${{ matrix.image_name }}
image_repo: ghcr.io/projm-dev-team
version: ${{ matrix.major_version }}
image_tag: ${{ steps.generate-tag.outputs.tag }}
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.generate-tag.outputs.tag }}.iso
iso_name: ${{ matrix.image_name }}-${{ steps.build_image.outputs.tags }}.iso
enable_cache_dnf: "false"
enable_cache_skopeo: "false"

Expand Down

0 comments on commit 723baf7

Please sign in to comment.