feat: change action to use pre-built container image
This commit is contained in:
+2
-1
@@ -30,10 +30,11 @@ inputs:
|
||||
|
||||
runs:
|
||||
using: "docker"
|
||||
image: "Dockerfile"
|
||||
image: "ghcr.io/datakrama/archlinux-package-action:1"
|
||||
args:
|
||||
- ${{ inputs.path }}
|
||||
- ${{ inputs.updpkgsums }}
|
||||
- ${{ inputs.srcinfo }}
|
||||
- ${{ inputs.flags }}
|
||||
- ${{ inputs.namcap }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user