fix: drone build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Mohamed Sohail 2022-01-17 19:03:47 +03:00
parent 84504a135e
commit a06295f4de
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ steps:
path: /var/run/docker.sock
commands:
- echo $PASSWORD | docker login docker.grassecon.net --username ci --password-stdin
- TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) docker-compose -f docker-compose.build.yml build --progress plain
- export TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
- docker-compose -f docker-compose.build.yml build --progress plain
- docker-compose -f docker-compose.build.yml push
volumes:
- name: docker_sock