From d0598e919ec08f6db43c3646cf40deb95b655bac Mon Sep 17 00:00:00 2001 From: Yi He Date: Wed, 20 Nov 2024 22:04:04 +0800 Subject: [PATCH] ci: fix podman issue --- tests/greenboot-bootc-anaconda-iso.sh | 2 +- tests/greenboot-bootc-qcow2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/greenboot-bootc-anaconda-iso.sh b/tests/greenboot-bootc-anaconda-iso.sh index 90cb150..654339d 100755 --- a/tests/greenboot-bootc-anaconda-iso.sh +++ b/tests/greenboot-bootc-anaconda-iso.sh @@ -188,7 +188,7 @@ RUN dnf install -y \ # Clean up by removing the local RPMs if desired RUN rm -f /tmp/greenboot-*.rpm EOF -podman build --retry=5 --retry-delay=10 -t quay.io/${QUAY_USERNAME}/greenboot-bootc:${TEST_UUID} -f Containerfile . +podman build --retry=5 --retry-delay=10s -t quay.io/${QUAY_USERNAME}/greenboot-bootc:${TEST_UUID} -f Containerfile . greenprint "Pushing greenboot-bootc container to quay.io" podman push quay.io/${QUAY_USERNAME}/greenboot-bootc:${TEST_UUID} diff --git a/tests/greenboot-bootc-qcow2.sh b/tests/greenboot-bootc-qcow2.sh index eabe033..01f36f0 100755 --- a/tests/greenboot-bootc-qcow2.sh +++ b/tests/greenboot-bootc-qcow2.sh @@ -188,7 +188,7 @@ RUN dnf install -y \ # Clean up by removing the local RPMs if desired RUN rm -f /tmp/greenboot-*.rpm EOF -podman build --retry=5 --retry-delay=10 -t quay.io/${QUAY_USERNAME}/greenboot-bootc:${TEST_UUID} -f Containerfile . +podman build --retry=5 --retry-delay=10s -t quay.io/${QUAY_USERNAME}/greenboot-bootc:${TEST_UUID} -f Containerfile . greenprint "Pushing greenboot-bootc container to quay.io" podman push quay.io/${QUAY_USERNAME}/greenboot-bootc:${TEST_UUID}