Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn authored Dec 7, 2022
1 parent c3dde42 commit 8c322be
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ inputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/caprover/deploy-from-github:main'
env:
server: ${{ inputs.server }}
app: ${{ inputs.app }}
token: ${{ inputs.token }}
image: ${{ inputs.image }}
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 }}
# branch: ${{ inputs.branch }}

0 comments on commit 8c322be

Please sign in to comment.