Skip to content

Commit

Permalink
Merge pull request #10692 from cevich/fix_clone_fail
Browse files Browse the repository at this point in the history
[CI:DOCS] Fix multi-arch image build clone:failure
  • Loading branch information
openshift-merge-robot authored Jun 16, 2021
2 parents e73a7da + 6b230bc commit 814a8b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/multi-arch-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ jobs:
if: matrix.source == 'stable'
id: sniff_test
run: |
VERSION_OUTPUT="$(docker run localhost:5000/podman/${{ matrix.source }} \
podman pull --tls-verify=false \
localhost:5000/podman/${{ matrix.source }}
VERSION_OUTPUT="$(podman run \
localhost:5000/podman/${{ matrix.source }} \
podman --storage-driver=vfs version)"
echo "$VERSION_OUTPUT"
VERSION=$(grep -Em1 '^Version: ' <<<"$VERSION_OUTPUT" | awk '{print $2}')
Expand Down

0 comments on commit 814a8b6

Please sign in to comment.