From bb8717bff155da99e78fb906a3905dc1f26b5ccb Mon Sep 17 00:00:00 2001 From: somnath Date: Fri, 22 Nov 2024 17:35:45 +0530 Subject: [PATCH] ci workflow typo fixed --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 55b96f3..3e33efd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secerets.DOCKERHUB_PASSWORD }} + password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build & publish the image uses: docker/build-push-action@v6 with: