Use docker.io CLI-only instead of full engine
Some checks failed
Build ts3query-proxy / build (push) Failing after 37s

This commit is contained in:
joshii 2026-03-15 18:40:38 +01:00
parent 44932b322d
commit 7ddcf7b95d

View file

@ -13,7 +13,7 @@ jobs:
run: git clone --depth 1 https://git.joshuahirsig.xyz/docker/ts3query-proxy.git .
- name: Install Docker CLI
run: curl -fsSL https://get.docker.com | sh
run: apt-get update -qq && apt-get install -y -qq docker.io >/dev/null
- name: Build and push
run: |