Use docker.io CLI-only instead of full engine
Some checks failed
Build ts3query-proxy / build (push) Failing after 37s
Some checks failed
Build ts3query-proxy / build (push) Failing after 37s
This commit is contained in:
parent
44932b322d
commit
7ddcf7b95d
1 changed files with 1 additions and 1 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue