Fix clone URL to use external HTTPS
All checks were successful
Build ts3query-proxy / build (push) Successful in 36s
All checks were successful
Build ts3query-proxy / build (push) Successful in 36s
This commit is contained in:
parent
23e3ae5d50
commit
44932b322d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue