.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 - name: build and push docker image
image: plugins/docker image: plugins/docker
settings: settings:
repo: 172.17.0.1:5000/link-shortener repo: 172.21.0.1:5000/link-shortener
tags: latest tags: latest
dockerfile: dockerfile dockerfile: dockerfile
registry: http://172.17.0.1:5000 registry: http://172.21.0.1:5000
insecure: true insecure: true
- name: deploy with compose - name: deploy with compose