mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update build-u-boot-with-docker.yml
This commit is contained in:
@@ -100,7 +100,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 image rm $(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 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)"
|
||||
|
||||
- name: Sync
|
||||
|
||||
Reference in New Issue
Block a user