Can't push into balena hub (service.ipc which references service:${serviceName} is not supported)

Hi,

I am trying to deploy a release to balenahub via git push, but the balena builder is rejecting the push with the following error:

Enumerating objects: 51, done.
Counting objects: 100% (51/51), done.
Delta compression using up to 16 threads
Compressing objects: 100% (51/51), done.
Writing objects: 100% (51/51), 3.42 MiB | 4.10 MiB/s, done.
Total 51 (delta 16), reused 0 (delta 0), pack-reused 0

[Error]    Could not parse compose file
[Error]      service.ipc which references service:${serviceName} is not supported
[Error]    Not deploying release.

remote: error: hook declined to update refs/heads/master

The issue is that my docker-compose.yml does not use cross-service IPC. It only contains a single service and explicitly uses ipc: host.

From docker-compose.yml

   ipc: host

Yesterday, prior to the release I could push this to my testing fleet without errors, today I can’t even push the same code to the testing fleet.

Is there something I’m missing or have been changes from your side?

If needed, I can provide the full docker-compose.yml file.

Thanks,

Aitor Nieto

Owasys S.L.