Update build-with-docker.yml

This commit is contained in:
Igor Pečovnik
2022-03-02 21:47:55 +01:00
committed by GitHub
parent b97c4261ea
commit f8abb7ba2a

View File

@@ -198,8 +198,8 @@ jobs:
sudo cp ../scripts/VERSION .
sudo docker tag $OLD ghcr.io/armbian/build:$(cat VERSION)-$(dpkg --print-architecture)
# we use nightly repository, but change back to stable right before closing image
echo "#!""/bin/bash" | sudo tee userpatches/customize-image.sh
echo "sed -i 's/beta/apt/' /etc/apt/sources.list.d/armbian.list" | sudo tee -a userpatches/customize-image.sh
# echo "#!""/bin/bash" | sudo tee userpatches/customize-image.sh
# echo "sed -i 's/beta/apt/' /etc/apt/sources.list.d/armbian.list" | sudo tee -a userpatches/customize-image.sh
if [[ "$var" == *rc ]]; then
MAKE_FOLDERS=rc
fi