From a3b6b5162679b076951682c6d7339f527565d9b3 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Wed, 22 Nov 2023 15:52:53 +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 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