Fix docker build
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Jan Bader 2022-03-02 22:55:21 +00:00
parent 81c31a3d5f
commit 9759a7cc1e

View File

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