From ba821a97cf98fa3f39b72c329a3a7e0dc2837bc1 Mon Sep 17 00:00:00 2001 From: afdesk Date: Tue, 26 Nov 2024 13:55:27 +0600 Subject: [PATCH] chore: trying to use mock credentials --- .github/workflows/private-registries.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/private-registries.yaml b/.github/workflows/private-registries.yaml index 692e1993e..6e29a18a6 100644 --- a/.github/workflows/private-registries.yaml +++ b/.github/workflows/private-registries.yaml @@ -77,8 +77,8 @@ jobs: kubectl create secret docker-registry artcred \ --docker-server=https://index.docker.io/v1 \ - --docker-username=${{ secrets.DOCKERHUB_USER }} \ - --docker-password=${{ secrets.DOCKERHUB_TOKEN }} \ + --docker-username="private-dockerhub" \ + --docker-password="password-dockerhub" \ --docker-email=private@gmail.com \ -n private - name: Load operator image to cluster