Skip to content

Commit 8c322be

Browse files
authored
Update action.yml
1 parent c3dde42 commit 8c322be

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

action.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ inputs:
2121

2222
runs:
2323
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 }}
24+
image: 'Dockerfile'
25+
# image: 'docker://ghcr.io/caprover/deploy-from-github:main'
26+
# env:
27+
# server: ${{ inputs.server }}
28+
# app: ${{ inputs.app }}
29+
# token: ${{ inputs.token }}
30+
# image: ${{ inputs.image }}
31+
# branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)