Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Arv1nt3 committed Jan 12, 2024
1 parent 20dbc78 commit cf7f832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Create a workflow YAML file in your `.github/workflows` directory. [Example work

| Input | Description | Required | Default |
|--------------------|------------------------------------------------------------------------------------------------------|----------|----------|
| `image_name` | The full name of the image (registry/image_name:tag). | Yes | N/A |
| `image_name` | The full name of the image (format it accordingly to registry specifications). | Yes | N/A |
| `use_local_image` | Set to true to use a local Docker image with 'kind load docker-image', false to pull from registry. | Yes | `false` |
| `cluster_config` | Path to the Kind config file. | No | N/A |
| `registry_url` | The URL of the registry. | No | `ghcr.io`|
Expand Down

0 comments on commit cf7f832

Please sign in to comment.