feat: change action to use pre-built container image

This commit is contained in:
Ahmad Husen
2021-05-19 22:28:19 +07:00
parent 93e14b2832
commit d318fec45e
+2 -1
View File
@@ -30,10 +30,11 @@ inputs:
runs: runs:
using: "docker" using: "docker"
image: "Dockerfile" image: "ghcr.io/datakrama/archlinux-package-action:1"
args: args:
- ${{ inputs.path }} - ${{ inputs.path }}
- ${{ inputs.updpkgsums }} - ${{ inputs.updpkgsums }}
- ${{ inputs.srcinfo }} - ${{ inputs.srcinfo }}
- ${{ inputs.flags }} - ${{ inputs.flags }}
- ${{ inputs.namcap }} - ${{ inputs.namcap }}