nofusscomputing/NFC Docker

Docker workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Mar 3, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: nofusscomputing/action_docker@2b6bc73fc02f16f99633acb8110868f8a8697a35 # 0.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
DOCKER_BUILD_REGISTRYRegistry where build image will livenoghcr.io
DOCKER_BUILD_IMAGE_NAMEDocker image name for building imageno${{ github.repository }}
DOCKER_BUILD_IMAGE_TAGDocker image tag for building imageno${{ github.sha }}
DOCKER_FILEPath to the dockerfilenodockerfile
DOCKER_LABEL_ARTIFACTHUB_MAINTAINERArtifact hub Maintainerno[{"name":"No Fuss Computing","email":"helpdesk@nofusscomputing.com"}]
DOCKER_LABEL_ARTIFACTHUB_READMEArtifact hub ReadMenohttps://raw.githubusercontent.com/${{ github.repository }}/development/README.md
DOCKER_PUBLISH_REGISTRYRegistry where image will be published tonodocker.io
DOCKER_PUBLISH_IMAGE_NAMEDocker image name for publishing the imageno${{ github.repository }}
DOCKER_PUBLISH_USERNAMEPublish Docker registry usernameyes
DOCKER_PUBLISH_PASSWORDPublish Docker registry passwordyes
DOCKER_SCAN_IMAGE_VULNERABILITYScan Image with Trivynotrue
DOCKER_TAG_IMAGE_TAG_SOURCEDocker image tag Used for source Image to tagno${{ github.sha }}
DOCKER_TAG_IMAGE_TAG_LATESTCreate image with tag 'Latest'notrue
DOCKER_TAG_IMAGE_TAG_SHACreate image with tag that is the git commitnotrue

no outputs