Skip to content

Commit

Permalink
now
Browse files Browse the repository at this point in the history
  • Loading branch information
nkowenski committed Oct 26, 2024
1 parent eb9e212 commit fd526a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ jobs:
with:
image: ${{ steps.build_image.outputs.image }}
tags: ${{ steps.build_image.outputs.tags }}
registry: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAMESPACE }}
registry: ${{ env.IMAGE_REGISTRY }}/${{ env.REGISTRY_USER }}
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}


- name: Echo outputs
run: |
echo "${{ toJSON(steps.push-to-quay.outputs) }}"

0 comments on commit fd526a7

Please sign in to comment.