build-lxd.yml: Set BRANCH explicitly when building LXD images

Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias K 2024-05-02 00:54:13 +02:00
parent 665bfe154a
commit 42f8b2a0ea
No known key found for this signature in database
GPG Key ID: 44FD368932E645C1

View File

@ -82,7 +82,7 @@ jobs:
env:
USE_INCUS: "${{ needs.determine-runner.outputs.lxc_cmd == 'incus' && 'yes' || 'no' }}"
run: |
./build/build-LXD.sh
BRANCH="$VERSION" ./build/build-LXD.sh
- name: Pack LXD image
id: pack-lxd
run: |
@ -158,7 +158,7 @@ jobs:
env:
USE_INCUS: "${{ needs.determine-runner.outputs.lxc_cmd == 'incus' && 'yes' || 'no' }}"
run: |
./build/build-LXD.sh
BRANCH="$VERSION" ./build/build-LXD.sh
- name: Pack LXD image
id: pack-lxd
run: |