This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user