Fix yml
This commit is contained in:
parent
9720cdac95
commit
29c3ff69c4
@ -14,8 +14,9 @@ jobs:
|
|||||||
curl -L -o /tmp/docker-$VER.tgz https://get.docker.com/builds/Linux/x86_64/docker-$VER.tgz
|
curl -L -o /tmp/docker-$VER.tgz https://get.docker.com/builds/Linux/x86_64/docker-$VER.tgz
|
||||||
tar -xz -C /tmp -f /tmp/docker-$VER.tgz
|
tar -xz -C /tmp -f /tmp/docker-$VER.tgz
|
||||||
mv /tmp/docker/* /usr/bin
|
mv /tmp/docker/* /usr/bin
|
||||||
- run: |
|
- run:
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
|
command:
|
||||||
docker build -t serjs/go-socks5-proxy .
|
docker build -t serjs/go-socks5-proxy .
|
||||||
- deploy:
|
- deploy:
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user