Update .forgejo/workflows/umami.yml
Some checks failed
Build custom umami / Build (push) Failing after 42s

This commit is contained in:
Kars van Velzen 2025-08-24 18:49:26 +02:00
parent 3015193cad
commit f2c030de16

View file

@ -35,7 +35,7 @@ jobs:
echo \ echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \ "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
$(. /etc/os-release && echo "${UBUNTU_CODENAME:-$VERSION_CODENAME}") stable" | \ $(. /etc/os-release && echo "${UBUNTU_CODENAME:-$VERSION_CODENAME}") stable" | \
tee /etc/apt/sources.list.d/docker.list > /dev/null tee /etc/apt/sources.list.d/docker.list > /dev/null \
apt-get update apt-get update
apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin