Features/buildah build #159

Merged
metal3d merged 4 commits from features/buildah-build into master 2025-08-13 08:20:49 +00:00
Showing only changes of commit fa0f8ca099 - Show all commits

View File

@@ -24,8 +24,8 @@ jobs:
run: |-
if ! comamnd -v buildah 2>/dev/null; then
echo "Install Buildah"
apt-get update
apt-get install -y buildah
sudo apt-get update
sudo apt-get install -y buildah
else
echo "Buildah already installed"
fi