feat: add more docker args into action
CD / Publish container image (push) Failing after 6m56s

This commit is contained in:
Ahmad Husen
2021-05-19 17:10:19 +07:00
parent 2db0206965
commit 4ea2917c6c
+2
View File
@@ -32,6 +32,8 @@ runs:
using: "docker" using: "docker"
image: "Dockerfile" image: "Dockerfile"
args: args:
- ${{ inputs.path }}
- ${{ inputs.updpkgsums }} - ${{ inputs.updpkgsums }}
- ${{ inputs.srcinfo }}
- ${{ inputs.flags }} - ${{ inputs.flags }}
- ${{ inputs.namcap }} - ${{ inputs.namcap }}