Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Sep 27, 2023
1 parent 89d75ae commit 2fd466c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bb_containers_rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit 2fd466c

Please sign in to comment.