vasio-nl/Build and push action
Creates images and pushes them to the given registry. Requires image registry credentials to push.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| container-registry-url | URL for the container registry | yes | "" |
| container-registry-username | Username for the container registry | yes | "" |
| container-registry-password | Password for the container registry | yes | "" |
| container-repository-name | The name of the image repository, e.g. vasio/vasio-website, or just vasio-website | yes | "" |
| dockerfile-path | Path to the Dockerfile | yes | "" |
| docker-build-context | The build context for the docker build | no | . |
| docker-build-args | Additional build arguments for the docker build | no | "" |
| kube-config-base64 | The base64 encoded kubeconfig needed to connect to the cluster | yes | "" |
Outputs
no outputs