You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ heroku container:release web release
Releasing images web,release to your-app-name... done
Running release command...
Migrating database.
Without this I was having trouble as the release script referenced the last Github-originated build and not the most recent build pushed to the Heroku container registry.
The text was updated successfully, but these errors were encountered:
If someone else has this issue you can fix it by pointing to my version of the action: danthedaniel/heroku-docker-deploy@4d48b44808c9356352eb70f638de17207c3439b7
Heroku requires the release process be specified in order to use the new container as the source of the release command:
https://devcenter.heroku.com/articles/container-registry-and-runtime#release-phase
Ex:
Without this I was having trouble as the release script referenced the last Github-originated build and not the most recent build pushed to the Heroku container registry.
The text was updated successfully, but these errors were encountered: