Skip to content

Commit 594be7f

Browse files
authored
Merge pull request #12 from hapakaien/hotfix/wrong-oci-tag
fix: wrong oci image tag on action.yml
2 parents 94c0a40 + 0a161ad commit 594be7f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ inputs:
3838

3939
runs:
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 }}

0 commit comments

Comments
 (0)