]> granicus.if.org Git - graphviz/commitdiff
Fix error: "docker build" requires exactly 1 argument.
authorMark Hansen <markhansen@google.com>
Sat, 20 Feb 2021 03:49:13 +0000 (14:49 +1100)
committerMark Hansen <markhansen@google.com>
Sat, 20 Feb 2021 03:49:13 +0000 (14:49 +1100)
Oops, forgot the dot last commit.

.gitlab-ci.yml

index 001f1d5e07c87806fd6350fcb4ec096cda615f95..f1b1f86b21a4af3f29caefa6a12f6fc38e3bd02b 100644 (file)
@@ -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