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
|
||||
image: docker:24
|
||||
environment:
|
||||
DOCKER_HOST: tcp://private-pi:2376
|
||||
DOCKER_HOST: unix:///var/run/docker.sock
|
||||
commands:
|
||||
- apk add --no-cache git
|
||||
- git fetch --tags
|
||||
|
||||
Reference in New Issue
Block a user