Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs an option to enable the Heroku release phase #12

Open
danthedaniel opened this issue Aug 23, 2021 · 1 comment · Fixed by #13
Open

Needs an option to enable the Heroku release phase #12

danthedaniel opened this issue Aug 23, 2021 · 1 comment · Fixed by #13

Comments

@danthedaniel
Copy link

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:

$ 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.

@danthedaniel
Copy link
Author

If someone else has this issue you can fix it by pointing to my version of the action: danthedaniel/heroku-docker-deploy@4d48b44808c9356352eb70f638de17207c3439b7

@BNMetrics BNMetrics mentioned this issue Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant