We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3dde42 commit 8c322beCopy full SHA for 8c322be
action.yml
@@ -21,10 +21,11 @@ inputs:
21
22
runs:
23
using: 'docker'
24
- image: 'docker://ghcr.io/caprover/deploy-from-github:main'
25
- env:
26
- server: ${{ inputs.server }}
27
- app: ${{ inputs.app }}
28
- token: ${{ inputs.token }}
29
- image: ${{ inputs.image }}
30
- branch: ${{ inputs.branch }}
+ image: 'Dockerfile'
+# image: 'docker://ghcr.io/caprover/deploy-from-github:main'
+# env:
+# server: ${{ inputs.server }}
+# app: ${{ inputs.app }}
+# token: ${{ inputs.token }}
+# image: ${{ inputs.image }}
31
+# branch: ${{ inputs.branch }}
0 commit comments