mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
ci: fix docs orchestrator docker image
The docs-orchestrator workflow referenced px4io/px4-dev-nuttx-focal:2024-11-07 which does not exist on Docker Hub, causing the T2: Metadata Sync job to fail on push to main. Use px4io/px4-dev:v1.17.0-beta1 which has all required toolchains. Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
parent
93fd9d4bae
commit
4c866fc9b2
4
.github/workflows/docs-orchestrator.yml
vendored
4
.github/workflows/docs-orchestrator.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
contents: read
|
||||
runs-on: [runs-on,runner=4cpu-linux-x64,image=ubuntu24-full-x64,"run-id=${{ github.run_id }}",spot=false,extras=s3-cache]
|
||||
container:
|
||||
image: px4io/px4-dev-nuttx-focal:2024-11-07
|
||||
image: px4io/px4-dev:v1.17.0-beta1
|
||||
steps:
|
||||
- uses: runs-on/action@v1
|
||||
|
||||
@ -117,7 +117,7 @@ jobs:
|
||||
contents: write
|
||||
runs-on: [runs-on,runner=4cpu-linux-x64,image=ubuntu24-full-x64,"run-id=${{ github.run_id }}",spot=false,extras=s3-cache]
|
||||
container:
|
||||
image: px4io/px4-dev-nuttx-focal:2024-11-07
|
||||
image: px4io/px4-dev:v1.17.0-beta1
|
||||
steps:
|
||||
- uses: runs-on/action@v1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user