Skip to content

Commit b0d40aa

Browse files
committed
reference image name
1 parent 41ba4cf commit b0d40aa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-pi-image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ jobs:
5252
5353
- name: Build Raspberry Pi image with pi-gen-action
5454
uses: usimd/pi-gen-action@v1
55+
id: build
5556
with:
5657
image-name: bitbot-pi
5758
hostname: bitbot
59+
enable-ssh: true
5860
stage-list: stage0 stage1 stage2 test-stage
5961
release: bookworm
6062
# increase-runner-disk-size: true
@@ -63,4 +65,4 @@ jobs:
6365
uses: actions/upload-artifact@v4
6466
with:
6567
name: bitbot-pi-image
66-
path: pi-gen/deploy/*.img
68+
path: ${{ steps.build.outputs.image-path }}

0 commit comments

Comments
 (0)