Skip to content

Commit 42f8b2a

Browse files
committed
build-lxd.yml: Set BRANCH explicitly when building LXD images
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
1 parent 665bfe1 commit 42f8b2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-lxd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
env:
8383
USE_INCUS: "${{ needs.determine-runner.outputs.lxc_cmd == 'incus' && 'yes' || 'no' }}"
8484
run: |
85-
./build/build-LXD.sh
85+
BRANCH="$VERSION" ./build/build-LXD.sh
8686
- name: Pack LXD image
8787
id: pack-lxd
8888
run: |
@@ -158,7 +158,7 @@ jobs:
158158
env:
159159
USE_INCUS: "${{ needs.determine-runner.outputs.lxc_cmd == 'incus' && 'yes' || 'no' }}"
160160
run: |
161-
./build/build-LXD.sh
161+
BRANCH="$VERSION" ./build/build-LXD.sh
162162
- name: Pack LXD image
163163
id: pack-lxd
164164
run: |

0 commit comments

Comments
 (0)