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

This reverts commit 5a58d8791d.
This commit is contained in:
2023-05-17 23:43:34 +03:00
parent b453632a7e
commit d7e9817869

View File

@ -14,6 +14,9 @@ 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"