mirror of https://github.com/docker/docs.git
ci(validate-upstream): note about update strategy
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
919a9b9104
commit
9735ff8a2f
|
@ -2,6 +2,9 @@
|
|||
# - module-name: the name of the module, without github.com prefix (e.g., docker/buildx)
|
||||
# - data-files-id: id of the artifact (using actions/upload-artifact) containing the YAML data files to validate (optional)
|
||||
# - data-files-folder: folder in _data containing the files to download and copy to (e.g., buildx)
|
||||
# if changes are made in this workflow, please keep commit sha updated on downstream workflows:
|
||||
# - https://github.com/docker/buildx/blob/master/.github/workflows/docs-upstream.yml
|
||||
# - https://github.com/docker/compose/blob/main/.github/workflows/docs-upstream.yml
|
||||
name: validate-upstream
|
||||
|
||||
on:
|
||||
|
|
Loading…
Reference in New Issue