From 2fd466c551c211612af1627e4aa1f7c891c42767 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Wed, 27 Sep 2023 17:38:41 +0200 Subject: [PATCH] s --- .github/workflows/bb_containers_rhel.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bb_containers_rhel.yml b/.github/workflows/bb_containers_rhel.yml index e1ce6f41..0c5a4515 100644 --- a/.github/workflows/bb_containers_rhel.yml +++ b/.github/workflows/bb_containers_rhel.yml @@ -69,7 +69,9 @@ jobs: - name: Build image run: | # //TEMP need probably a cleaning step at the end - podman image prune -a -f + if [[ -d /home/runner/.local/share/containers ]]; then + sudo rm -rf /home/runner/.local/share/containers + fi podman manifest create ${{ env.REPO }}:${{ env.IMG }} for arch in $(echo ${{ matrix.platforms }} | sed 's/,/ /g'); do msg="Build $arch:"