Skip to content

Commit

Permalink
docs: Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Mar 5, 2023
1 parent 0065109 commit 296a345
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.1.1] - 2023-03-05
### Added
- Added `ref` input to accept the GitHub repository ref
- Added `image` input to specify the docker image name (defaults to repository)

### Changed
- `tag` is no longer required, defaults to `ref` which is now the required input

## [1.1.0] - 2023-03-05
### Changed
- Updated the output of the action to include all the outputs of the docker run step in JSON format, using the `toJSON` function. Removed the previous output file.
Expand Down

0 comments on commit 296a345

Please sign in to comment.