From: Mark Hansen Date: Sat, 20 Feb 2021 03:49:13 +0000 (+1100) Subject: Fix error: "docker build" requires exactly 1 argument. X-Git-Tag: 2.47.0~66^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61a6046a35a6fbc3365ee871158874bd63af1760;p=graphviz Fix error: "docker build" requires exactly 1 argument. Oops, forgot the dot last commit. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 001f1d5e0..f1b1f86b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -582,7 +582,7 @@ deployment: script: - cd ci/$IMAGE # Build and push with git commit SHA - - docker build -t $CI_REGISTRY/graphviz/graphviz/$IMAGE:$CI_COMMIT_SHA + - docker build -t $CI_REGISTRY/graphviz/graphviz/$IMAGE:$CI_COMMIT_SHA . - docker push $CI_REGISTRY/graphviz/graphviz/$IMAGE:$CI_COMMIT_SHA # Re-tag, backwards compatibility for the tests which are still using graphviz/graphviz:image-name - docker tag $CI_REGISTRY/graphviz/graphviz/$IMAGE:$CI_COMMIT_SHA $CI_REGISTRY/graphviz/graphviz:$IMAGE