.drone.yml fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-21 16:14:15 +03:00
parent 6f761f6c0a
commit 41bdc9736b

View File

@@ -13,8 +13,8 @@ steps:
- name: build and push
image: plugins/docker
settings:
repo: registry:5000/link-shortener
insecure: true
repo: localhost:5000/link-shortener
insecure: true
tags: latest
volumes:
- name: dockersock