]> granicus.if.org Git - graphviz/commitdiff
CI: docker_push_ubuntu-21.10 job
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 18 Oct 2021 16:06:39 +0000 (18:06 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Thu, 21 Oct 2021 20:58:32 +0000 (22:58 +0200)
.gitlab-ci.yml

index aa41d4641d42a451b5607a43e38b8e912ab78a26..4ec2f2a70f7b3caa8cf77a34fb9a6189a9cdb512 100644 (file)
@@ -1194,6 +1194,13 @@ docker_push_ubuntu-21.04:
   needs:
     - docker_build_ubuntu-21.04
 
+docker_push_ubuntu-21.10:
+  <<: *docker_push_definition
+  variables:
+    IMAGE: ubuntu-21.10
+  needs:
+    - docker_build_ubuntu-21.10
+
 lint_pylint:
   image: "$CI_REGISTRY_IMAGE/ubuntu-21.04:$CI_COMMIT_SHA"
   stage: test