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

This commit is contained in:
2026-02-21 21:22:17 +03:00
parent df0165fcb6
commit 25d444f84e

View File

@@ -11,13 +11,13 @@ steps:
- go test ./...
- name: build and push docker image
image: plugins/docker
settings:
repo: 172.21.0.1:5000/link-shortener
tags: latest
dockerfile: dockerfile
registry: http://172.21.0.1:5000
insecure: true
image: docker:24
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- docker build -t localhost:5000/link-shortener:latest -f dockerfile .
- docker push localhost:5000/link-shortener:latest
- name: deploy with compose
image: docker:24