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

This commit is contained in:
2026-02-21 21:14:30 +03:00
parent 8befcc11c1
commit bc744a190a

View File

@@ -13,10 +13,10 @@ steps:
- name: build and push docker image
image: plugins/docker
settings:
repo: localhost:5000/link-shortener
repo: 172.17.0.1:5000/link-shortener
tags: latest
dockerfile: dockerfile
registry: localhost:5000
registry: http://172.17.0.1:5000
insecure: true
- name: deploy with compose