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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## Unreleased
8
8
9
+
## [1.1.1] - 2023-03-05
10
+
### Added
11
+
- Added `ref` input to accept the GitHub repository ref
12
+
- Added `image` input to specify the docker image name (defaults to repository)
13
+
14
+
### Changed
15
+
-`tag` is no longer required, defaults to `ref` which is now the required input
16
+
9
17
## [1.1.0] - 2023-03-05
10
18
### Changed
11
19
- 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.
0 commit comments