fix for pipeline env
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Pavel 2024-05-10 12:44:09 +03:00
parent 7c95dc52ab
commit d924e04f05

View File

@ -8,6 +8,15 @@ steps:
volumes:
- name: dockersock
path: /var/run
environment:
CI_REGISTRY:
from_secret: CI_REGISTRY
CI_REGISTRY_USER:
from_secret: CI_REGISTRY_USER
CI_REGISTRY_PASSWORD:
from_secret: CI_REGISTRY_PASSWORD
CI_APP_IMAGE:
from_secret: CI_APP_IMAGE
commands:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- make docker_release