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

This commit is contained in:
2026-02-21 21:18:33 +03:00
parent bc744a190a
commit df0165fcb6

View File

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