Releases: gonuit/heroku-docker-deploy
Releases · gonuit/heroku-docker-deploy
v1.3.3
Changes
- Fixed optional arguments
v1.3.2
Changes:
- Fixed
dockerfile_name
argument. - Removed usage of the
heroku container:push
command. - Added
process_type
argument. - Updated readme.
- Changed package version from
v1.3.1
tov1.3.2
.
Fixes #6
v1.3.1
Changes
- Typo fixes
- Updated core
@actions/core
package - Fixed
docker build
command path position
v1.3.0
Changes
- Fixed
dockerfile_directory
argument.
v1.2.0
Changes
- Added
dockerfile_name
anddocker_options
configuration options (@schovi 👏 ).
v1.1.0
Fixes:
- Fixed assertions for missing arguments.
v1.0.0
The initial release of GitHub action that allows deploying Docker containers to Heroku.