File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Fixed
11+
12+ - Wrong OCI image tag at action.yml
13+
1014## [ 2.0.0] - 2022-02-02
1115
1216### Changed
@@ -61,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6165
6266- Initial release
6367
64- [ Unreleased ] : https://github.com/hapakaien/archlinux-package-action/compare/v2.0.0...HEAD
68+ [ Unreleased ] : https://github.com/hapakaien/archlinux-package-action/compare/v2.0.1...HEAD
69+ [ 2.0.1 ] : https://github.com/hapakaien/archlinux-package-action/compare/v2.0.0...v2.0.1
6570[ 2.0.0 ] : https://github.com/hapakaien/archlinux-package-action/compare/v1.1.1...v2.0.0
6671[ 1.1.1 ] : https://github.com/hapakaien/archlinux-package-action/compare/v1.1.0...v1.1.1
6772[ 1.1.0 ] : https://github.com/hapakaien/archlinux-package-action/compare/v1.0.3...v1.1.0
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ inputs:
3838
3939runs :
4040 using : ' docker'
41- image : ' docker://ghcr.io/hapakaien/archlinux-package-action:1 '
41+ image : ' docker://ghcr.io/hapakaien/archlinux-package-action:2 '
4242 args :
4343 - ${{ inputs.path }}
4444 - ${{ inputs.pkgver }}
You can’t perform that action at this time.
0 commit comments