Skip to content

Commit

Permalink
Merge pull request #78 from dprince/redhat_registry_login_fix
Browse files Browse the repository at this point in the history
Login to registry.redhat.io for bundle builds
  • Loading branch information
openshift-merge-robot authored Sep 20, 2023
2 parents cd7f2a8 + 38a2d15 commit 04140f6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-openstack-baremetal-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}

- name: Log in to Red Hat Registry
uses: redhat-actions/podman-login@v1
with:
registry: ${{ env.imageregistry }}
username: ${{ secrets.REDHATIO_USERNAME }}
password: ${{ secrets.REDHATIO_PASSWORD }}

- name: Create bundle image
run: |
pushd "${GITHUB_WORKSPACE}"/.github/
Expand Down Expand Up @@ -163,7 +170,7 @@ jobs:
source: github
opm: 'latest'

- name: Log in to Red Hat Registry
- name: Log in to Quay Registry
uses: redhat-actions/podman-login@v1
with:
registry: ${{ env.imageregistry }}
Expand Down

0 comments on commit 04140f6

Please sign in to comment.