Fix clone URL to use external HTTPS
All checks were successful
Build ts3query-proxy / build (push) Successful in 36s

This commit is contained in:
joshii 2026-03-15 14:04:00 +01:00
parent 23e3ae5d50
commit 44932b322d

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
run: git clone --depth 1 http://server:3000/docker/ts3query-proxy.git .
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