From 4d38acd09a627254b792a1195208d2ef1e4e1cdb Mon Sep 17 00:00:00 2001 From: meysamhadeli Date: Sun, 29 Jan 2023 20:00:12 +0330 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e10718..66ed5ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,6 @@ jobs: uses: docker/login-action@v2 if: ${{ github.ref == 'refs/heads/main' && success() }} with: - registry: _ username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }}