From c750fcd5a7e62f0b9087c05f219c9f8ba6d7dbf9 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Wed, 7 Feb 2024 04:28:13 -0500 Subject: [PATCH] zuul: Re-enable container publishing jobs Now that 1.7.1 is released we can push updated container image builds out. --- .zuul.d/project.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index bd43b367..f7b88a24 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -20,7 +20,7 @@ - ara-basic-ansible-core-2.16 - ara-basic-ansible-core-2.15 - ara-container-images -# post: -# jobs: -# - ara-container-images-dockerhub -# - ara-container-images-quayio + post: + jobs: + - ara-container-images-dockerhub + - ara-container-images-quayio