.drone.yml fix
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2026-02-21 15:52:42 +03:00
parent d5abc7a756
commit 5b56a14c6a

View File

@@ -11,13 +11,14 @@ steps:
- go test ./...
- name: build docker image
image: docker:24-dind
image: docker:24
privileged: true
environment:
DOCKER_HOST: tcp://localhost:2375
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker build -t link-shortener:latest .
services:
- name: redis
image: redis:latest