portworx/Buildah Build and Push
Run a `buildah.sh` script in the specified directory, create an image with the corresponding tag and push to a container registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| remote-registry | Name of the remote registry to push to. | yes | docker.io |
| image-name | Name of the image. This should correspond to the name of the repository which will be pushed to. | yes | — |
| image-tag | Tag of the image. This should also correspond to the containing directory name. The resulting tag will use this name. | yes | — |
| short-sha | Short git SHA of the current commit. This will be appended to the pushed image tag. | yes | — |
| username | Username used for authentication to the target registry. | yes | — |
| password | Password used for authentication to the target registry. | yes | — |
| script-name | Name of the buildah script to execute to build the image. | yes | buildah.sh |
Outputs
| name | description |
|---|---|
| image-path | Full path to the image pushed to the remote registry. |