fixing image name of build task

This commit is contained in:
Julien Neuhart
2018-04-06 16:45:06 +02:00
parent a963d0f928
commit ea42b15e87

View File

@@ -21,7 +21,7 @@ tasks:
- use: build
short: Builds the main Docker image
run:
- docker build . -t gotenberg:{{ .Orbit.Version }}
- docker build . -t thecodingmachine/gotenberg:{{ .Orbit.Version }}
- use: up
short: Starts the {{ .Orbit.Version }} version of the Gotenberg image