mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
set what to checkout
This commit is contained in:
parent
e2f968f1d2
commit
cde1cd6d8a
1 changed files with 3 additions and 2 deletions
5
.github/workflows/iso.yml
vendored
5
.github/workflows/iso.yml
vendored
|
|
@ -33,7 +33,6 @@ env:
|
|||
IMAGE_REPO: ${{ github.event.inputs.IMAGE_REPO || 'ghcr.io/ublue-os' }}
|
||||
VARIANT: ${{ github.event.inputs.VARIANT || 'Silverblue' }}
|
||||
|
||||
|
||||
jobs:
|
||||
build-and-push-iso:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -51,6 +50,8 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ${{ github.action_repository || github.repository }}
|
||||
ref: ${{ github.action_ref || github.ref }}
|
||||
submodules: recursive
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
@ -58,7 +59,7 @@ jobs:
|
|||
|
||||
- name: Download image
|
||||
run: |
|
||||
make ${IMAGE_NAME}-${IMAGE_VERSION} \
|
||||
make container/${IMAGE_NAME}-${IMAGE_VERSION} \
|
||||
arch=${IMAGE_ARCH} \
|
||||
version=${IMAGE_VERSION} \
|
||||
image_repo=${IMAGE_REPO} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue