nofusscomputing/NFC Docker
Docker workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| DOCKER_BUILD_REGISTRY | Registry where build image will live | no | ghcr.io |
| DOCKER_BUILD_IMAGE_NAME | Docker image name for building image | no | ${{ github.repository }} |
| DOCKER_BUILD_IMAGE_TAG | Docker image tag for building image | no | ${{ github.sha }} |
| DOCKER_FILE | Path to the dockerfile | no | dockerfile |
| DOCKER_LABEL_ARTIFACTHUB_MAINTAINER | Artifact hub Maintainer | no | [{"name":"No Fuss Computing","email":"helpdesk@nofusscomputing.com"}] |
| DOCKER_LABEL_ARTIFACTHUB_README | Artifact hub ReadMe | no | https://raw.githubusercontent.com/${{ github.repository }}/development/README.md |
| DOCKER_PUBLISH_REGISTRY | Registry where image will be published to | no | docker.io |
| DOCKER_PUBLISH_IMAGE_NAME | Docker image name for publishing the image | no | ${{ github.repository }} |
| DOCKER_SCAN_IMAGE_VULNERABILITY | Scan Image with Trivy | no | true |
| DOCKER_TAG_IMAGE_TAG_SOURCE | Docker image tag Used for source Image to tag | no | ${{ github.sha }} |
| DOCKER_TAG_IMAGE_TAG_LATEST | Create image with tag 'Latest' | no | true |
| DOCKER_TAG_IMAGE_TAG_SHA | Create image with tag that is the git commit | no | true |
Outputs
no outputs