Skip to content

Commit

Permalink
ci: Use .NET username and token for Docker Hub login (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr authored Jun 4, 2024
1 parent ed95c4a commit 1b6f47d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ jobs:
- name: Login to Docker Hub Container Registry
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # 3.1.0
with:
username: pythonagentteambot463 # for testing, this will be a different username at some point
password: ${{ secrets.DOCKER_TOKEN }}
username: ${{ secrets.DOTNET_DOCKERHUB_USERNAME}}
password: ${{ secrets.DOTNET_DOCKERHUB_TOKEN }}

- name: Build and publish .NET Agent multi-arch init container image
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # 5.3.0
Expand Down

0 comments on commit 1b6f47d

Please sign in to comment.