]> granicus.if.org Git - graphviz/commitdiff
Add docker_push_ubuntu-21.04 job to CI
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Thu, 29 Apr 2021 21:46:06 +0000 (23:46 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 10 May 2021 17:21:44 +0000 (19:21 +0200)
.gitlab-ci.yml

index fb937c92a6aaedfec4517e9f32bfd772ef3aad4e..22c20d147b884ae550579030c56e922aad3d3667 100644 (file)
@@ -857,6 +857,11 @@ docker_push_ubuntu-20.10:
   variables:
     IMAGE: ubuntu-20.10
 
+docker_push_ubuntu-21.04:
+  <<: *docker_push_definition
+  variables:
+    IMAGE: ubuntu-21.04
+
 lint_pylint:
   image: "$CI_REGISTRY_IMAGE/ubuntu-20.10:$CI_COMMIT_SHA"
   stage: test