Update paths
continuous-integration/drone/push Build is failing Details

main
Georg Krause 2021-08-10 11:52:01 +02:00
parent 54bc25facd
commit b95b38bfa0
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 .. - cd ..
- name: build - name: build
commands: commands:
- 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 build -t gcrkrause/papermerge-app:$(git submodule status | awk -F"[()]" '{print $2}') papermerge/docker/ -f papermerge/docker/app.dockerfile --no-cache
- docker tag gcrkrause/papermerge-app:$(git submodule status | awk -F"[()]" '{print $2}') gcrkrause/papermerge-app:latest - docker tag gcrkrause/papermerge-app:$(git submodule status | awk -F"[()]" '{print $2}') gcrkrause/papermerge-app:latest
- name: push - name: push
environment: environment: