Skip to content

Commit

Permalink
fix container name in firmware build action
Browse files Browse the repository at this point in the history
  • Loading branch information
mjleehh committed Dec 14, 2024
1 parent c224e24 commit aee1713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: ls -1 tools/docker/build.Dockerfile && docker build -t tbd_firmware -f tools/docker/build.Dockerfile $PWD

- name: build firmware
run: docker run -v $PWD:/code tbd_build ${{ inputs.tbd-platform }} configure && docker run -v $PWD:/code tbd_build ${{ inputs.tbd-platform }} build
run: docker run -v $PWD:/code tbd_firmware ${{ inputs.tbd-platform }} configure && docker run -v $PWD:/code tbd_firmware ${{ inputs.tbd-platform }} build

- name: upload firmware
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit aee1713

Please sign in to comment.