generate_board_targets: explicitly specify build containers

in order to have the right container version for each toolchain
currently for the metadata deployment GitHub actions build.
This commit is contained in:
Matthias Grob
2023-07-18 19:18:01 +02:00
committed by Ramon Roche
parent ec9dce2e89
commit 013856fac1
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
needs: enumerate_targets
strategy:
matrix: ${{fromJson(needs.enumerate_targets.outputs.matrix)}}
container: px4io/px4-dev-${{ matrix.container }}:2021-09-08
container: ${{ matrix.container }}
steps:
- uses: actions/checkout@v1
with: