Update build-with-docker.yml

This commit is contained in:
Igor Pečovnik
2021-12-17 15:12:22 +01:00
committed by GitHub
parent 1379ec68c2
commit 195b46d762

View File

@@ -108,7 +108,7 @@ jobs:
[[ -z $(command -v docker) ]] && sudo apt-get -yy install docker containerd docker.io
sudo docker kill $(sudo docker ps -q) 2>/dev/null || true
sudo docker pull ghcr.io/armbian/build:$(cat build/VERSION | sed 's/trunk.*/trunk/')
sudo docker pull ghcr.io/armbian/build:$(cat build/VERSION | sed 's/trunk.*/trunk/')"-$(dpkg --print-architecture)"
- name: Fix permissions
run: |