Fix tagging
continuous-integration/drone/push Build is failing Details

main
Georg Krause 2020-09-15 20:11:20 +02:00
parent d4dfaf1479
commit fec0f7bac7
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ steps:
- cd ..
- name: build
commands:
- cd papermerge/docker/1.4/
- docker build -t gcrkrause/papermerge-app:$(git submodule status | awk -F"[()]" '{print $2}') app.dockerfile --no-cache
- docker build -t gcrkrause/papermerge-app:$(git submodule status | awk -F"[()]" '{print $2}') 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: