Fix up tag release container build jobs

This was missed when converting the per change updates to quay.io. We
should now be able to tag releases and update quay.io too.

Change-Id: Icb82428033d3f12688ff449338d4921ae59b8cbc
This commit is contained in:
Clark Boylan 2023-05-10 13:23:59 -07:00
parent 757e2d24c8
commit 5920a71130
1 changed files with 4 additions and 4 deletions

View File

@ -90,11 +90,11 @@
- grafyaml-promote-image
release:
jobs:
- upload-docker-image:
- upload-container-image:
secrets:
name: docker_credentials
secret: grafyaml-dockerhub
name: container_registry_credentials
secret: grafyaml-opendev-quayio
pass-to-parent: true
vars:
<<: *grafyaml_image_vars
upload_docker_image_promote: false
upload_container_image_promote: false