Merge pull request 'Fix docker build' (#38) from docker-build into master
All checks were successful
continuous-integration/drone/tag Build is passing

Reviewed-on: #38
This commit is contained in:
Jan Bader 2022-03-02 23:55:29 +01:00
commit 614a8625ff

View File

@ -32,7 +32,7 @@ steps:
from_secret: docker_password
repo: hub.javil.eu/budgeteer
context: build
dockerfile: build/Dockerfile
dockerfile: docker/Dockerfile
tags:
- latest
when:
@ -51,7 +51,7 @@ steps:
from_secret: docker_password
repo: hub.javil.eu/budgeteer
context: build
dockerfile: build/Dockerfile
dockerfile: docker/Dockerfile
auto_tag: true
when:
event: