fix: Needs to be bootc container lint

This commit is contained in:
Gerald Pinder 2025-05-31 16:09:56 -04:00
parent 4ceb319518
commit 099da7167c

View file

@ -5,5 +5,5 @@ set -euo pipefail
rm -rf /tmp/* /var/*
if command -v bootc > /dev/null; then
bootc lint
bootc container lint
fi