Skip to content

Commit

Permalink
Fixes naming in disk image generation
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Feb 17, 2023
1 parent 2c1d7c7 commit ba4302b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-balena-disk-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
balena_cli_commands: |
preload \
"$BALENA_IMAGE.img" \
--fleet screenly_ose/screenly-ose-${{ matrix.board }} \
--fleet screenly_ose/anthias-${{ matrix.board }} \
--splash-image ansible/roles/splashscreen/files/splashscreen.png \
--commit latest
balena_cli_version: 13.7.1
Expand All @@ -57,7 +57,7 @@ jobs:
os configure \
"$BALENA_IMAGE.img" \
--config-network=ethernet \
--fleet screenly_ose/screenly-ose-${{ matrix.board }}
--fleet screenly_ose/anthias-${{ matrix.board }}
balena_cli_version: 13.7.1

- name: Package up image
Expand Down

0 comments on commit ba4302b

Please sign in to comment.