From ea42b15e879bbe6e0531088f8fc6d133eb30531f Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 6 Apr 2018 16:45:06 +0200 Subject: [PATCH] fixing image name of build task --- orbit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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