diff --git a/.github/workflows/build-with-docker.yml b/.github/workflows/build-with-docker.yml index 143ff038..6ca72d5f 100644 --- a/.github/workflows/build-with-docker.yml +++ b/.github/workflows/build-with-docker.yml @@ -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