Use latest grafana/docs-base image (#77299)
* Use latest grafana/docs-base image The pinned tag does not support recent shortcodes like `docs/public-preview`. Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Always pull the image Signed-off-by: Jack Baldry <jack.baldry@grafana.com> --------- Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -786,6 +786,7 @@ def build_docs_website_step():
|
||||
"name": "build-docs-website",
|
||||
# Use latest revision here, since we want to catch if it breaks
|
||||
"image": images["docs"],
|
||||
"pull": "always",
|
||||
"commands": [
|
||||
"mkdir -p /hugo/content/docs/grafana/latest",
|
||||
"echo -e '---\\nredirectURL: /docs/grafana/latest/\\ntype: redirect\\nversioned: true\\n---\\n' > /hugo/content/docs/grafana/_index.md",
|
||||
|
||||
Reference in New Issue
Block a user