docker build next try
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-04-26 19:53:50 +03:00
parent a2b7deaa66
commit 2ddf376535

View File

@@ -9,12 +9,12 @@ steps:
- echo hello world - echo hello world
- name: publish - name: publish
image: plugins/docker image: plugins/docker
settings: settings:
repo: regisrty.venya.tech/drone/deploy-test repo: regisrty.venya.tech/drone/deploy-test
registry: https://regisrty.venya.tech/ registry: https://regisrty.venya.tech/
tags: [ "${DRONE_COMMIT_SHA:0:7}","latest" ] tags: [ "${DRONE_COMMIT_SHA:0:7}","latest" ]
username: username:
from_secret: docker_username from_secret: docker_username
password: password:
from_secret: docker_password from_secret: docker_password