mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix location
This commit is contained in:
parent
a45a01d63f
commit
9e199f982f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_iso.yml
vendored
2
.github/workflows/build_iso.yml
vendored
|
|
@ -140,7 +140,7 @@ jobs:
|
|||
secure_boot_key_url: ${{ needs.load_vars.outputs.SECURE_BOOT_KEY_URL }}
|
||||
enrollment_password: ${{ needs.load_vars.outputs.ENROLLMENT_PASSWORD }}
|
||||
iso_name: ${{ needs.load_vars.outputs.IMAGE_NAME }}-${{ matrix.version }}.iso
|
||||
secrets_dir: ${{ matrix.rhel && '/github/workspace/ubi' || '' }}
|
||||
secrets_dir: ${{ matrix.rhel && format('{0}/ubi', github.workspace) || '' }}
|
||||
repos: ${{ matrix.rhel && '/etc/yum.repos.d/redhat.repo' || '/etc/yum.repos.d/fedora.repo /etc/yum.repos.d/fedora-updates.repo' }}
|
||||
|
||||
- name: Save output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue