We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b255f2 + f877934 commit e49e5a1Copy full SHA for e49e5a1
1 file changed
.github/workflows/build-and-push.yaml
@@ -62,12 +62,19 @@ jobs:
62
operator-sdk: 1.38.0
63
64
- name: Log in to Quay
65
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
66
with:
67
registry: quay.io
68
username: ${{ secrets.QUAY_USERNAME }}
69
password: ${{ secrets.QUAY_PASSWORD }}
70
71
+ - name: Log in to Red Hat Registry
72
73
+ with:
74
+ registry: registry.redhat.io
75
+ username: ${{ secrets.REDHAT_REGISTRY_USERNAME }}
76
+ password: ${{ secrets.REDHAT_REGISTRY_PASSWORD }}
77
+
78
- name: Build operator image
79
run: |
80
make docker-build IMG=$OPERATOR_IMAGE
0 commit comments