Skip to content

Commit

Permalink
🌱 sign into quay before mirror
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <dzager@redhat.com>
  • Loading branch information
djzager committed Nov 21, 2023
1 parent 10e9827 commit 4dfd568
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ jobs:
path: operator
ref: ${{ inputs.branch }}

- name: Log in to Quay.io
uses: redhat-actions/podman-login@v1
with:
username: ${{ secrets.QUAY_PUBLISH_ROBOT }}
password: ${{ secrets.QUAY_PUBLISH_TOKEN }}

- name: Mirror non-konveyor images
working-directory: ./operator
run: |
Expand Down

0 comments on commit 4dfd568

Please sign in to comment.