chipkent/action-julia-docker
Build a Docker image for a Julia application
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | Docker registry | no | ghcr.io |
| registry-username | Docker registry username | no | ${{ github.actor }} |
| registry-password | Docker registry password | yes | — |
| image-name | Docker image name | no | ${{ github.repository }} |
| julia-version | — | — | — |
| julia-org | GitHub organization providing the Julia package | no | ${{ github.actor }} |
| julia-project | Julia package name | no | ${{ github.event.repository.name }} |
| julia-branch | Branch of the Julia package | no | main |
| julia-run-script | Entrypoint script used to run the Julia package | no | scripts/docker_run.sh |
| ssh-private-key | SSH private key used to check out Julia repositories | yes | — |
Outputs
| name | description |
|---|---|
| image-full-name | Full name of the Docker image with registry prefix (registry/owner/image) |
| image-name | Name of the Docker image with owner prefix (owner/image) |
| tags | Tags for the Docker image (v1,latest) |