diff --git a/.github/workflows/sidecar-check.yml b/.github/workflows/sidecar-check.yml index e6b83db3a..d635f932e 100644 --- a/.github/workflows/sidecar-check.yml +++ b/.github/workflows/sidecar-check.yml @@ -44,6 +44,20 @@ jobs: registry: docker.io username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} + - + name: Login to registry.redhat.io + uses: docker/login-action@v1 + with: + registry: registry.redhat.io + username: ${{ secrets.CRW_BUILD_USER }} + password: ${{ secrets.CRW_BUILD_TOKEN }} + - + name: Login to registry.access.redhat.com + uses: docker/login-action@v1 + with: + registry: registry.access.redhat.com + username: ${{ secrets.CRW_BUILD_USER }} + password: ${{ secrets.CRW_BUILD_TOKEN }} - name: Install skopeo run: | . /etc/os-release