adamghill/build-docker-and-deploy-to-caprover
Build a Docker image, cache the resulting layers, and push it to a CapRover application.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub personal access token | yes | — |
| caprover-app-name | The name of the CapRover application | yes | — |
| caprover-server-url | The CapRover server URL | yes | — |
| caprover-app-token | The CapRover app token | yes | — |
| image-name | The name of the docker image to build | no | — |
| branch-name | The name of the branch to deploy | no | ${{ github.ref_name || github.head_ref }} |
| docker-file-name | The name of the Docker file to build | no | ./Dockerfile |
| registry | The name of the registry | no | ghcr.io |
Outputs
no outputs