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
+5-20Lines changed: 5 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,25 +20,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
20
21
21
### Fixed
22
22
23
-
## [v0.1.8] - 2025-02-20
24
-
25
-
### Added
26
-
* Manual publishing
23
+
## [v0.1.9] - 2025-02-22
27
24
28
25
### Changed
26
+
* for `edu-base` docker, write to `GITHUB_OUTPUT` only if the env var exists. If the script is running within the docker, there would be no `GITHUB_OUTPUT` enviroment variable.
29
27
28
+
## [v0.1.8] - 2025-02-20
30
29
31
-
### Deprecated
32
-
30
+
### Added
31
+
* Manual publishing
33
32
34
33
### Removed
35
34
* no `pip` cache to save docker size
36
35
* support for linux/386,linux/arm/v7,linux/arm/v6 to save docker size
37
36
Expected Github Actions runners : AMD64 or ARM64
38
37
39
-
40
-
### Fixed
41
-
42
38
## [v0.1.7] - 2025-02-18
43
39
44
40
### Added
@@ -50,19 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
50
46
uses: docker://ghcr.io/github-id/action-name:tag
51
47
```
52
48
53
-
### Changed
54
-
55
-
56
-
### Deprecated
57
-
58
-
59
-
### Removed
60
-
61
49
- Removed major version number yaml seemingly not working in the action.
0 commit comments