balena deploy app image fails!!!

I am trying to deploy a Docker container with balena deploy app image which used to work but now I get this error:

Version: 11.30.12

$ ~/opt/balena-cli/balena deploy first-nuc 123456789012.dkr.ecr.eu-west-1.amazonaws.com/automation/xxx/yyyv1.0.18-linux-amd64
Error: no "Dockerfile[.*]", "docker-compose.yml" or "package.json" file
found in source folder "."
ExpectedError: Error: no "Dockerfile[.*]", "docker-compose.yml" or "package.json" file
found in source folder "."
    at validateProjectDirectory (/usr/local/Cellar/balena-cli/11.30.6/libexec/lib/node_modules/balena-cli/build/utils/compose_ts.js:256:19)
From previous event:
    at processImmediate (internal/timers.js:456:21)
From previous event:
    at Command.action (/usr/local/Cellar/balena-cli/11.30.6/libexec/lib/node_modules/balena-cli/build/actions/deploy.js:167:8)
    at /usr/local/Cellar/balena-cli/11.30.6/libexec/lib/node_modules/balena-cli/node_modules/capitano/build/command.js:98:37
    at runNextTicks (internal/process/task_queues.js:62:5)
    at processImmediate (internal/timers.js:429:9)
    at process.topLevelDomainCallback (domain.js:137:15)

If you need help, don't hesitate in contacting our support forums at
https://forums.balena.io

For CLI bug reports or feature requests, have a look at the GitHub issues or
create a new one at: https://github.com/balena-io/balena-cli/issues/


appvalleytutuapp

Hi @VictorThiago , Did this problem start occuring when you upgraded the CLI to version 11.30.12 or was it working before on this version and stopped working?