From e5df902e23a5afd7e286e5514d8492d4c5882278 Mon Sep 17 00:00:00 2001 From: Devendranathashok Date: Fri, 16 Feb 2024 01:17:22 +0530 Subject: [PATCH] Update cicd.yml --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 29be2a83059..e0ac9cb523c 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -35,5 +35,5 @@ jobs: organization: docker.io repository: my-app registry: devendranathashok - username: ${{ secret.DOCKERUSER }} - password: ${{ secret.DOCKERPASSWORD }} + username: ${{ secrets.DOCKERUSER }} + password: ${{ secrets.DOCKERPASSWORD }}