fix: can't pull docker image

Signed-off-by: Husen <hi@husen.id>
This commit is contained in:
Husen
2024-02-18 23:37:35 +07:00
parent 5e383b10b5
commit f7376aba0b
4 changed files with 15 additions and 11 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
name: "Arch Linux's package action"
description: "GitHub Action to run Arch Linux's package tools"
author: 'hapakaien'
author: 'heyhusen'
branding:
icon: 'package'
color: 'blue'
@@ -46,7 +46,7 @@ inputs:
runs:
using: 'docker'
image: 'docker://ghcr.io/hapakaien/archlinux-package-action:2'
image: 'docker://ghcr.io/heyhusen/archlinux-package-action:2'
args:
- ${{ inputs.path }}
- ${{ inputs.pkgver }}