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 }}