.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 ./... - go test ./...
- name: build docker image - name: build docker image
image: docker:24-dind image: docker:24
privileged: true privileged: true
environment: volumes:
DOCKER_HOST: tcp://localhost:2375 - /var/run/docker.sock:/var/run/docker.sock
commands: commands:
- docker build -t link-shortener:latest . - docker build -t link-shortener:latest .
services: services:
- name: redis - name: redis
image: redis:latest image: redis:latest