.drone.yml fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-02-21 15:58:56 +03:00
parent b59a86bc52
commit ee14a04024

View File

@@ -16,14 +16,15 @@ steps:
- go mod tidy - go mod tidy
- go test ./... - go test ./...
- name: build docker image - name: build and push
image: docker:24 image: plugins/docker
privileged: true settings:
volumes: repo: localhost:5000/link-shortener
- host: /var/run/docker.sock tags:
mount: /var/run/docker.sock - latest
commands: - ${DRONE_BRANCH}
- docker build -t link-shortener:latest . build_args:
- GO_ENV=production
services: services:
- name: redis - name: redis