mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
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:
parent
665bfe154a
commit
42f8b2a0ea
4
.github/workflows/build-lxd.yml
vendored
4
.github/workflows/build-lxd.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user