diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9f86a2c..1e49439 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: - name: Log into Docker Hub uses: docker/login-action@v1 with: - username: dikshant + username: secrets.DOCKERHUB_USERNAME password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} - name: Build and push Docker image