Update build-with-docker.yml

This commit is contained in:
Igor Pečovnik
2022-01-31 20:00:34 +01:00
committed by GitHub
parent d55834d276
commit 0b996c8219

View File

@@ -128,8 +128,6 @@ jobs:
sudo docker kill $(sudo docker ps -q) 2>/dev/null || true
sudo docker image rm $(sudo docker images | grep -v $(cat build/VERSION | sed 's/trunk.*/trunk/')"-$(dpkg --print-architecture)" | awk 'NR>1 {print $3}') 2> /dev/null || true
sudo docker pull ghcr.io/armbian/build:$(cat build/VERSION | sed 's/trunk.*/trunk/')"-$(dpkg --print-architecture)"
# just in case
sudo docker pull ghcr.io/armbian/build:$(cat build/VERSION | sed 's/trunk.*/trunk/')"-$(dpkg --print-architecture)"
- name: Fix permissions
run: |