Skip to content

Commit

Permalink
Merge pull request #1860 from Screenly/nicomiguelino/fix-balena-image…
Browse files Browse the repository at this point in the history
…-build-ci

Fix the CI pipeline that builds Balena images.
  • Loading branch information
vpetersson authored Mar 14, 2024
2 parents d83ef2d + cabfe23 commit 154325b
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 @@ -33,7 +33,7 @@ jobs:
os download "$BALENA_IMAGE" \
--output "$BALENA_IMAGE.img" \
--version default
balena_cli_version: 13.7.1
balena_cli_version: 18.1.2

- name: balena CLI Action - preload
uses: balena-labs-research/community-cli-action@1.0.0
Expand All @@ -56,7 +56,7 @@ jobs:
"$BALENA_IMAGE.img" \
--config-network=ethernet \
--fleet screenly_ose/anthias-${{ matrix.board }}
balena_cli_version: 13.7.1
balena_cli_version: 18.1.2

- name: Package up image
run: |
Expand Down

0 comments on commit 154325b

Please sign in to comment.