Skip to content

Commit 4d3becb

Browse files
committed
Workflows: Add comment about Podman trouble on GitHub runners.
1 parent 916c535 commit 4d3becb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-image-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
id: set-image-tag
8585
run: |
8686
echo "IMAGE_TAG=$(echo '${{ steps.meta.outputs.tags }}' | head -n 1 | cut -d',' -f1)" >> $GITHUB_ENV
87-
- name: Build docs using container
87+
- name: Build docs using Docker (Podman has trouble on GitHub runners)
8888
id: build-docs
8989
run: |
9090
cd doc && ./build_docs -b ${PWD}/_build -c -d --container-cli-tool docker -i $IMAGE_TAG

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
bin/git-fleximod update doc-builder
5555
56-
- name: Build docs using container
56+
- name: Build docs using Docker (Podman has trouble on GitHub runners)
5757
id: build-docs
5858
run: |
5959
cd doc && ./build_docs -b ${PWD}/_build -c -d --container-cli-tool docker

0 commit comments

Comments
 (0)