CI: change build worlflow image tag from v20240927 to latest (#29)
Co-authored-by: yuguanlin <yuguanlin@agibot.com>
This commit is contained in:
parent
81600602e3
commit
85ca6fb570
2
.github/workflows/Main.yml
vendored
2
.github/workflows/Main.yml
vendored
@ -102,7 +102,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/build-workflow.yml
|
uses: ./.github/workflows/build-workflow.yml
|
||||||
with:
|
with:
|
||||||
image_name: registry.agibot.com/agibot-tech/aimrt_ci-amd64-gcc11-ubuntu22_04
|
image_name: registry.agibot.com/agibot-tech/aimrt_ci-amd64-gcc11-ubuntu22_04
|
||||||
image_tag: v20240927
|
image_tag: latest
|
||||||
run_platform: amd64
|
run_platform: amd64
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
needs: [test_msvc, test_gcc11_arm64, test_gcc12_amd64, test_gcc13_amd64, test_clang15_amd64, test_clang16_amd64, test_clang17_amd64, test_clang18_amd64]
|
needs: [test_msvc, test_gcc11_arm64, test_gcc12_amd64, test_gcc13_amd64, test_clang15_amd64, test_clang16_amd64, test_clang17_amd64, test_clang18_amd64]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user