2 Commits
0.5.2 ... 0.5.3

Author SHA1 Message Date
0038db90ac Merge pull request 'Fix docker build' (#38) from docker-build into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #38
2022-03-02 23:55:29 +01:00
9759a7cc1e Fix docker build
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-03-02 22:55:21 +00:00

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: