phorus-group/Docker Action

A GitHub action to build and push a docker image from a default or custom Dockerfile

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dockerfiles-repositoryRepository containing the Dockerfile to use. Needs dockefile-path input to workno
dockerfile-pathDockerfile path inside the dockerfiles-repositoryno
imageThe image nameno${{ github.event.repository.full_name }}
tagExtra image tagno
pushWhether to push the image or not. The latest tag will be pushed only from the main branchnofalse
disable-loginDisable docker loginnofalse
registryDocker registrynoghcr.io
registry-userDocker registry userno${{ github.actor }}
registry-passwordDocker registry passwordno${{ github.token }}
dockerhub-usernameDocker Hub username for authenticated pulls (avoids rate limits on shared runners)no
dockerhub-passwordDocker Hub password or token for authenticated pullsno
vulnerability-analysisRun vulnerability analysisnotrue
upload-sarifUpload the sarif file to the GitHub Security tab. Disable if you don't have GitHub Advanced Securitynofalse
namedescription
imageImage name with an SHA tag
image-tagThe image tag only