ktijssen/Build and push container images
Build and push container images
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 11, 2023
- License
- None
Pinned Snippet
uses: ktijssen/buildah-build-push@77ee908dcce893d1e7d3cd456ff36baeac9f527d # v1.0.0tags 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 |
| dockerfile | Name of the Dockerfile (Default is $GITHUB_WORKSPACE/.) | no | $GITHUB_WORKSPACE/. |
| 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