Specify path to docker file
continuous-integration/drone/push Build is failing Details

main
Georg Krause 2020-09-15 20:29:37 +02:00
parent add795ff52
commit 54bc25facd
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ steps:
- cd ..
- name: build
commands:
- docker build -t gcrkrause/papermerge-app:$(git submodule status | awk -F"[()]" '{print $2}') papermerge/docker/1.4/ -f app.dockerfile --no-cache
- docker build -t gcrkrause/papermerge-app:$(git submodule status | awk -F"[()]" '{print $2}') papermerge/docker/1.4/ -f papermerge/docker/1.4/app.dockerfile --no-cache
- docker tag gcrkrause/papermerge-app:$(git submodule status | awk -F"[()]" '{print $2}') gcrkrause/papermerge-app:latest
- name: push
environment: