fix: Needs to be bootc container lint
This commit is contained in:
parent
4ceb319518
commit
099da7167c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@ set -euo pipefail
|
||||||
rm -rf /tmp/* /var/*
|
rm -rf /tmp/* /var/*
|
||||||
|
|
||||||
if command -v bootc > /dev/null; then
|
if command -v bootc > /dev/null; then
|
||||||
bootc lint
|
bootc container lint
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue