Skip to content

Commit

Permalink
Fix gating.yaml push to quay.io
Browse files Browse the repository at this point in the history
Adding registry as it is required based on the documentation:
https://github.com/marketplace/actions/push-to-registry
  • Loading branch information
f-trivino committed Nov 7, 2023
1 parent 49affcb commit 2736d95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2736d95

Please sign in to comment.