diff --git a/orbit.yml b/orbit.yml index 629a12cf..92b2c937 100644 --- a/orbit.yml +++ b/orbit.yml @@ -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