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: