I am pretty new to Heroku.
Issue Description
After successfully pushing a docker image to Heroku Container Registry using JIB I am struggling to release it.
What I did:
Pushed docker image using JIB:
[INFO] Built and pushed image as hamzablm/timesheet
[INFO] Executing tasks:
[INFO] [=========================== ] 88.9% complete
[INFO] > launching layer pushers
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 51.106 s
[INFO] Finished at: 2020-04-20T11:16:20Z
[INFO] ------------------------------------------------------------------------
By now the image should be in the registry.
But when I want to release it:
heroku container:release hamzablm/timesheet
It fails:
› Error: Missing required flag:
› -a, --app APP app to run command against
› See more help with --help
I'm probably missing something simple here, but any help would be appreciated.
▸ Couldn't find that app.
– Hamza Belmellouki