ktijssen/Build and push container images
Build and push container images
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 9, 2023
- License
- None
Pinned Snippet
uses: ktijssen/actions_docker-build-push@db66ed78eaedf26de1fd9c6db69c26db90a6905b # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| command | What do you want to do? (build/push/buildAndPush) | yes | build |
| containerfile | Name of the Dockerfile (Default is Dockerfile) | no | Dockerfile |
| context | Context (Default is .) | no | . |
| name | Image Name | no | $GITHUB_WORKFLOW |
| registry | The name of the registry server | no | "" |
| repo | The name of the repository | no | "" |
| tags | Image tag, default $GITHUB_SHA | no | $GITHUB_SHA |
Outputs
no outputs