zuul: Use fedora when publishing images

We lost the fedora nodeset inheritance when we recently changed the job.

Change-Id: Ie321c849bc2f673a57b55e70c7c96003247b4359
This commit is contained in:
David Moreau Simard 2020-04-30 23:35:38 -04:00
parent 572c5cada0
commit a637534021
No known key found for this signature in database
GPG Key ID: 938880DAFC753E80
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@
- job:
name: ara-container-images-dockerhub
parent: ara-integration-base
nodeset: ara-fedora-31
description: |
Builds ARA API container images with buildah and briefly tests them with podman.
The resulting images are pushed to dockerhub if successful.