You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,7 @@ jobs:
233
233
| `meta-images` | List | | [List of images](https://github.com/docker/metadata-action?tab=readme-ov-file#images-input) to use as base name for tags (required for image output) |
234
234
| `meta-tags` | List | | [List of tags](https://github.com/docker/metadata-action?tab=readme-ov-file#tags-input) as key-value pair attributes |
235
235
| `meta-flavor` | List | | [Flavor](https://github.com/docker/metadata-action?tab=readme-ov-file#flavor-input) defines a global behavior for `meta-tags` |
236
+
| `meta-pr-head-sha` | Bool | `false` | Use the PR head SHA on `pull_request` events instead of GitHub's synthetic merge commit (sets [`DOCKER_METADATA_PR_HEAD_SHA`](https://github.com/docker/metadata-action#environment-variables)) |
236
237
237
238
### Secrets
238
239
@@ -342,6 +343,7 @@ jobs:
342
343
| `meta-labels` | List | | [List of custom labels](https://github.com/docker/metadata-action?tab=readme-ov-file#overwrite-labels-and-annotations) |
343
344
| `meta-annotations` | List | | [List of custom annotations](https://github.com/docker/metadata-action?tab=readme-ov-file#overwrite-labels-and-annotations) |
344
345
| `meta-flavor` | List | | [Flavor](https://github.com/docker/metadata-action?tab=readme-ov-file#flavor-input) defines a global behavior for `meta-tags` |
346
+
| `meta-pr-head-sha` | Bool | `false` | Use the PR head SHA on `pull_request` events instead of GitHub's synthetic merge commit (sets [`DOCKER_METADATA_PR_HEAD_SHA`](https://github.com/docker/metadata-action#environment-variables)) |
0 commit comments