Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
239573049 committed Nov 9, 2024
2 parents 7c734e4 + ed8725b commit d229dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d229dfc

Please sign in to comment.