From e75116020da68e5ffa76b8e2dcb688b0469a085e Mon Sep 17 00:00:00 2001 From: Francisco Trivino Date: Tue, 7 Nov 2023 16:20:33 +0100 Subject: [PATCH] Fix gating.yaml push to quay.io Adding registry as it is required based on the documentation: https://github.com/marketplace/actions/push-to-registry --- .github/workflows/gating.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gating.yaml b/.github/workflows/gating.yaml index 738748db..dd467b29 100644 --- a/.github/workflows/gating.yaml +++ b/.github/workflows/gating.yaml @@ -69,6 +69,7 @@ jobs: with: image: ${{ steps.build-image.outputs.image }} tags: ${{ steps.build-image.outputs.tags }} + registry: ${{ env.IMAGE_REGISTRY_QUAY }} - name: Print image url if PR is not from fork if: |