diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e8afe2c..006b440 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,6 +19,13 @@ jobs: with: submodules: true + - name: Login to Docker Hub + uses: docker/login-action@v3 + with: + registry: registry.redhat.io + username: ${{ secrets.REGISTRY_REDHAT_USERNAME }} + password: ${{ secrets.REGISTRY_REDHAT_TOKEN }} + - uses: azure/setup-helm@v3 # instantiate a KinD (Kubernetes in Docker) cluster, installs `kubectl` and configures the