|
56 | 56 | required: true |
57 | 57 | meta-tags: |
58 | 58 | type: string |
59 | | - description: 'List of tags as key-value pair attributes' |
| 59 | + description: "List of tags as key-value pair attributes" |
60 | 60 | required: false |
61 | 61 | meta-flavor: |
62 | 62 | type: string |
63 | | - description: 'Flavors to apply' |
| 63 | + description: "Flavors to apply" |
64 | 64 | required: false |
65 | 65 | meta-labels: |
66 | 66 | type: string |
67 | | - description: 'List of custom labels' |
| 67 | + description: "List of custom labels" |
68 | 68 | required: false |
69 | 69 | meta-annotations: |
70 | 70 | type: string |
71 | | - description: 'List of custom annotations' |
| 71 | + description: "List of custom annotations" |
72 | 72 | required: false |
73 | 73 | meta-bake-target: |
74 | 74 | type: string |
75 | | - description: 'Bake target name (default docker-metadata-action)' |
| 75 | + description: "Bake target name (default docker-metadata-action)" |
76 | 76 | required: false |
77 | 77 | # same as docker/login-action inputs (minus logout) |
78 | 78 | login-registry: |
79 | 79 | type: string |
80 | | - description: 'Server address of Docker registry. If not set then will default to Docker Hub' |
| 80 | + description: "Server address of Docker registry. If not set then will default to Docker Hub" |
81 | 81 | required: false |
82 | 82 | login-username: |
83 | 83 | type: string |
84 | | - description: 'Username used to log against the Docker registry' |
| 84 | + description: "Username used to log against the Docker registry" |
85 | 85 | required: false |
86 | 86 | login-ecr: |
87 | 87 | type: string |
88 | | - description: 'Specifies whether the given registry is ECR (auto, true or false)' |
| 88 | + description: "Specifies whether the given registry is ECR (auto, true or false)" |
89 | 89 | default: 'auto' |
90 | 90 | required: false |
91 | 91 | # same as docker/setup-buildx-action inputs (minus driver, install, use, endpoint, append, cleanup) |
92 | 92 | buildx-version: |
93 | 93 | type: string |
94 | | - description: 'Buildx version. (eg. v0.3.0)' |
| 94 | + description: "Buildx version. (eg. v0.3.0)" |
95 | 95 | required: false |
96 | 96 | buildx-cache-binary: |
97 | 97 | type: boolean |
98 | | - description: 'Cache buildx binary to GitHub Actions cache backend' |
| 98 | + description: "Cache buildx binary to GitHub Actions cache backend" |
99 | 99 | default: true |
100 | 100 | required: false |
101 | 101 | buildx-driver-opts: |
102 | 102 | type: string |
103 | | - description: 'List of additional docker-container options. (eg. image=moby/buildkit:master)' |
| 103 | + description: "List of additional docker-container options. (eg. image=moby/buildkit:master)" |
104 | 104 | required: false |
105 | 105 | buildkitd-flags: |
106 | 106 | type: string |
107 | | - description: 'BuildKit daemon flags' |
| 107 | + description: "BuildKit daemon flags" |
108 | 108 | required: false |
109 | 109 | buildkitd-config: |
110 | 110 | type: string |
111 | | - description: 'BuildKit daemon config file' |
| 111 | + description: "BuildKit daemon config file" |
112 | 112 | required: false |
113 | 113 | buildkitd-config-inline: |
114 | 114 | type: string |
115 | | - description: 'Inline BuildKit daemon config' |
| 115 | + description: "Inline BuildKit daemon config" |
116 | 116 | required: false |
117 | 117 | # same as docker/setup-qemu-action inputs (minus platforms, cache-image) |
118 | 118 | qemu-image: |
119 | 119 | type: string |
120 | | - description: 'QEMU static binaries Docker image (e.g. tonistiigi/binfmt:latest)' |
| 120 | + description: "QEMU static binaries Docker image (e.g. tonistiigi/binfmt:latest)" |
121 | 121 | required: false |
122 | 122 | # same as docker/bake-action inputs (minus workdir, builder, targets, load, push) |
123 | 123 | bake-source: |
|
156 | 156 | required: false |
157 | 157 | secrets: |
158 | 158 | login-username: |
159 | | - description: 'Username used to log against the Docker registry' |
| 159 | + description: "Username used to log against the Docker registry" |
160 | 160 | required: false |
161 | 161 | login-password: |
162 | 162 | description: "Password or personal access token used to log against the Docker registry" |
|
0 commit comments