Skip to content

Commit 428551e

Browse files
Use org-level REDHATIO secrets for Red Hat registry login
Update workflow to use REDHATIO_USERNAME/REDHATIO_PASSWORD from the openstack-k8s-operators org secrets instead of repo-level REDHAT_REGISTRY_USERNAME/REDHAT_REGISTRY_PASSWORD.
1 parent e47a96c commit 428551e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
uses: docker/login-action@v4
7272
with:
7373
registry: registry.redhat.io
74-
username: ${{ secrets.REDHAT_REGISTRY_USERNAME }}
75-
password: ${{ secrets.REDHAT_REGISTRY_PASSWORD }}
74+
username: ${{ secrets.REDHATIO_USERNAME }}
75+
password: ${{ secrets.REDHATIO_PASSWORD }}
7676

7777
- name: Build operator image
7878
run: |

0 commit comments

Comments
 (0)