fix: remove mount docker.sock
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-17 23:29:55 +03:00
parent 29ec37e678
commit 5a58d8791d

View File

@ -14,9 +14,6 @@ volumes:
steps:
- name: release
image: cr.grachevko.ru/docker.io/library/docker:23.0.1-git
volumes:
- name: docker.sock
path: /var/run/docker.sock
commands:
- docker build -t drone/helm:${DRONE_BUILD_NUMBER} --progress=plain .
- echo "$PASSWORD" | docker login -u "$USERNAME" --password-stdin "$REGISTRY"