]> granicus.if.org Git - graphviz/commitdiff
Stop pushing to deprecated per-image tags
authorMark Hansen <markhansen@google.com>
Sat, 20 Feb 2021 04:33:13 +0000 (15:33 +1100)
committerMark Hansen <markhansen@google.com>
Sat, 20 Feb 2021 04:33:13 +0000 (15:33 +1100)
The tests are now all using separate images rather than tags on the one
image.

.gitlab-ci.yml

index 0113cefb98dcbc6cad655f27f31f98be264a7c1d..7802cbc028c9f381f69f79ffcb4540be901695c4 100644 (file)
@@ -622,9 +622,6 @@ deployment:
     # Re-tag, push to :latest tag
     - docker tag $CI_REGISTRY_IMAGE/$IMAGE:$CI_COMMIT_SHA $CI_REGISTRY_IMAGE/$IMAGE:latest
     - docker push     $CI_REGISTRY_IMAGE/$IMAGE:latest
-    # Re-tag, backwards compatibility for the tests which are still using graphviz/graphviz:image-name
-    - docker tag $CI_REGISTRY_IMAGE/$IMAGE:$CI_COMMIT_SHA $CI_REGISTRY_IMAGE:$IMAGE
-    - docker push     $CI_REGISTRY_IMAGE:$IMAGE
   only:
     refs:
         - master@graphviz/graphviz