diff --git a/scripts/post_build.sh b/scripts/post_build.sh index 5b76b90..c2ba87b 100644 --- a/scripts/post_build.sh +++ b/scripts/post_build.sh @@ -5,5 +5,5 @@ set -euo pipefail rm -rf /tmp/* /var/* if command -v bootc > /dev/null; then - bootc lint + bootc container lint fi