Features/buildah build #159
4
.github/workflows/build-oci.yaml
vendored
4
.github/workflows/build-oci.yaml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user