fix: wrong oci image tag on action.yml

This commit is contained in:
Ahmad Husen
2022-02-02 11:31:39 +07:00
parent 94c0a400c6
commit 0a161adbcd
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ inputs:
runs:
using: 'docker'
image: 'docker://ghcr.io/hapakaien/archlinux-package-action:1'
image: 'docker://ghcr.io/hapakaien/archlinux-package-action:2'
args:
- ${{ inputs.path }}
- ${{ inputs.pkgver }}