error message when push the project code to Raspberry Pi 5

hi
when i execute “balena push XXX”, I got the error message
[Info] Starting build for first-fleet, user g_cf
[Info] Dashboard link: balena dashboard
[Info] Building on 28fcfdc
[Info] No suitable previous release for caching, skipping cache pull
[wifi-repeater] Step 1/12 : FROM balenalib/raspberrypi5-node:12-build as builder
[wifi-repeater] manifest for balenalib/raspberrypi5-node:12-build not found: manifest unknown: manifest unknown
[Error] Some services failed to build:
[Error] Service: wifi-repeater
[Error] Error: manifest for balenalib/raspberrypi5-node:12-build not found: manifest unknown: manifest unknown
[Info] Built on 28fcfdc
[Error] Not deploying release.
Remote build failed
I don’t know what happen!

Hello @ycf first of all welcome to the balena community.

Is there any specific project where you need NodeJS v12?

balenalib/raspberrypi5-node:12-build

Could you please try if using this base image in the container it works? balenalib/raspberrypi5-node:20-build or 19-build or the latest? You can find here more base images for Raspberry Pi 5 Node!

Let us know if that works!