.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 test ./...
- name: build docker image
image: docker:24
privileged: true
volumes:
- host: /var/run/docker.sock
mount: /var/run/docker.sock
commands:
- docker build -t link-shortener:latest .
- name: build and push
image: plugins/docker
settings:
repo: localhost:5000/link-shortener
tags:
- latest
- ${DRONE_BRANCH}
build_args:
- GO_ENV=production
services:
- name: redis