Update .drone.yml
using both server-pi (to clone and get tag) and private-pi for docker
This commit is contained in:
@@ -16,7 +16,7 @@ steps:
|
|||||||
- name: check-version
|
- name: check-version
|
||||||
image: docker:24
|
image: docker:24
|
||||||
environment:
|
environment:
|
||||||
DOCKER_HOST: tcp://private-pi:2376
|
DOCKER_HOST: unix:///var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache git
|
- apk add --no-cache git
|
||||||
- git fetch --tags
|
- git fetch --tags
|
||||||
|
|||||||
Reference in New Issue
Block a user