We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d56886 commit bd848e6Copy full SHA for bd848e6
1 file changed
.github/workflows/docs.yml
@@ -43,6 +43,8 @@ jobs:
43
export UID
44
echo 'load("@envoy_examples//bazel:env.bzl", "envoy_examples_env")' >> ../envoy/WORKSPACE
45
echo 'envoy_examples_env()' >> ../envoy/WORKSPACE
46
+ echo "--config=rbe" > ../envoy/repo.bazelrc
47
+ # echo "--config=ci" >> ../envoy/repo.bazelrc
48
docker compose run docs
49
working-directory: examples
50
env:
@@ -53,3 +55,4 @@ jobs:
53
55
BUILDKIT_PROGRESS: quiet
54
56
COMPOSE_BAKE: true
57
DOCKER_BUILDKIT: 1
58
+ GITHUB_TOKEN: ${{ github.token }}
0 commit comments