File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,13 +17,11 @@ jobs:
1717 matrix :
1818 target :
1919 - name : Linux
20- # TODO ghcr.io/yadoms/build_for_********:latest
21- image : ghcr.io/yadoms/build_for_linux:feature-updateRPiBuild_notSureBestMethod
20+ image : ghcr.io/yadoms/build_for_linux:latest
2221 artifact_prefix : Linux
2322 privileged : " "
2423 - name : RaspberryPI (all versions)
25- # TODO ghcr.io/yadoms/build_for_********:latest
26- image : ghcr.io/yadoms/build_for_raspberrypi:feature-updateRPiBuild_notSureBestMethod
24+ image : ghcr.io/yadoms/build_for_raspberrypi:latest
2725 artifact_prefix : RaspberryPI
2826 privileged : " --privileged"
2927
Original file line number Diff line number Diff line change 3030 registry : ghcr.io
3131 username : ${{ github.actor }}
3232 password : ${{ secrets.GITHUB_TOKEN }}
33- # TODO buildImage: ghcr.io/yadoms/build_for_linux:latest
34- buildImage : ghcr.io/yadoms/build_for_linux:feature-updateRPiBuild_notSureBestMethod
33+ buildImage : ghcr.io/yadoms/build_for_linux:latest
3534 privileged : ${{ matrix.target.privileged }}
3635 entrypoint : ' /entrypoint_tests.sh'
3736
You can’t perform that action at this time.
0 commit comments