From 26e4df31813609000763b9d5c4f3fa345b42a9dd Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Wed, 22 Nov 2023 15:52:56 +0100 Subject: [PATCH] .github/workflows: add docker login to registry.redhat.io --- .github/workflows/test.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3fbbaac..cc1e144 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,6 +32,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