Revert "fix: remove mount docker.sock"
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This reverts commit 5a58d8791d
.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user