chore: markdown-table-formatter and formatting

This commit is contained in:
2025-02-09 03:07:31 +02:00
parent 7cd731f718
commit a44f1431dd
30 changed files with 80 additions and 69 deletions

View File

@@ -9,7 +9,7 @@ Publishes a Docker image to GitHub Packages with advanced security and reliabili
### Inputs
| name | description | required | default |
| ------------- | -------------------------------------------------------------------------------- | -------- | ------------------------- |
|---------------|----------------------------------------------------------------------------------|----------|---------------------------|
| `image-name` | <p>The name of the Docker image to publish. Defaults to the repository name.</p> | `false` | `""` |
| `tags` | <p>Comma-separated list of tags for the Docker image.</p> | `true` | `""` |
| `platforms` | <p>Platforms to publish (comma-separated). Defaults to amd64 and arm64.</p> | `false` | `linux/amd64,linux/arm64` |
@@ -23,7 +23,7 @@ Publishes a Docker image to GitHub Packages with advanced security and reliabili
### Outputs
| name | description |
| ------------ | ----------------------------------------- |
|--------------|-------------------------------------------|
| `image-name` | <p>Full image name including registry</p> |
| `digest` | <p>The digest of the published image</p> |
| `tags` | <p>List of published tags</p> |