sclorg/Build and push images to registry
This GitHub Action builds a container image and pushes it to the specified registry.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | Registry to push container image to | yes | — |
| registry_namespace | Namespace of the registry, where the image would be pushed | yes | — |
| image_name | How the resulting image will be named | yes | — |
| registry_username | Login to specified registry | yes | — |
| registry_token | Token to access the specified registry | yes | — |
| tag | Tag of the built image | no | "" |
| archs | Label the image with this architecture. For multiple architectures, seperate them by a comma | no | amd64 |
| dockerfile | Dockerfile to build the image with a relative path | no | Dockerfile |
| docker_context | Docker build context | no | . |
| use_default_tags | Tags built image with default tags - SHA, latest, current date | no | true |
| readme | If path to readme is set, the readme is updated to the registry. Only quay.io is supported. | no | "" |
| quay_application_token | Application token is used for updating description for images | no | "" |
Outputs
no outputs