From ed8725b173200bbeabb1bb1dcf91135a97e1dc7e Mon Sep 17 00:00:00 2001 From: token <61819790+239573049@users.noreply.github.com> Date: Sat, 9 Nov 2024 22:00:08 +0800 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 7d4a4a1..1a47049 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -15,4 +15,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build the Docker image - run: docker build . --file src/NuGet.Next/Dockerfile --tag registry.token-ai.cn/ai-dotnet/nuget-next && docker push registry.token-ai.cn/ai-dotnet/nuget-next + run: docker login -u hejiale010426 -p ${{ secrets.DOCKER }} && docker build . --file src/NuGet.Next/Dockerfile --tag hejiale010426/nuget-next && docker push hejiale010426/nuget-next