mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update build-with-docker.yml
This commit is contained in:
2
.github/workflows/build-with-docker.yml
vendored
2
.github/workflows/build-with-docker.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user