mirror of
https://github.com/containers/podman.git
synced 2025-06-24 03:08:13 +08:00
Merge pull request #10692 from cevich/fix_clone_fail
[CI:DOCS] Fix multi-arch image build clone:failure
This commit is contained in:
5
.github/workflows/multi-arch-build.yaml
vendored
5
.github/workflows/multi-arch-build.yaml
vendored
@ -72,7 +72,10 @@ jobs:
|
|||||||
if: matrix.source == 'stable'
|
if: matrix.source == 'stable'
|
||||||
id: sniff_test
|
id: sniff_test
|
||||||
run: |
|
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)"
|
podman --storage-driver=vfs version)"
|
||||||
echo "$VERSION_OUTPUT"
|
echo "$VERSION_OUTPUT"
|
||||||
VERSION=$(grep -Em1 '^Version: ' <<<"$VERSION_OUTPUT" | awk '{print $2}')
|
VERSION=$(grep -Em1 '^Version: ' <<<"$VERSION_OUTPUT" | awk '{print $2}')
|
||||||
|
Reference in New Issue
Block a user