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 916c535 commit 4d3becbCopy full SHA for 4d3becb
.github/workflows/docker-image-common.yml
@@ -84,7 +84,7 @@ jobs:
84
id: set-image-tag
85
run: |
86
echo "IMAGE_TAG=$(echo '${{ steps.meta.outputs.tags }}' | head -n 1 | cut -d',' -f1)" >> $GITHUB_ENV
87
- - name: Build docs using container
+ - name: Build docs using Docker (Podman has trouble on GitHub runners)
88
id: build-docs
89
90
cd doc && ./build_docs -b ${PWD}/_build -c -d --container-cli-tool docker -i $IMAGE_TAG
.github/workflows/docs.yml
@@ -53,7 +53,7 @@ jobs:
53
54
bin/git-fleximod update doc-builder
55
56
57
58
59
cd doc && ./build_docs -b ${PWD}/_build -c -d --container-cli-tool docker
0 commit comments