diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 95cc96d..8ff888f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,7 +56,7 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v2 with: - username: ${{ secrets.DOCKERHUB_USERNAME }} + username: deyvisonborges password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push image