Skip to content

Commit fc407ae

Browse files
No Loging in to DockerHub
1 parent 4789608 commit fc407ae

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
1919
uses: actions/setup-dotnet@v3
2020
with:
2121
dotnet-version: '6.0.x'
22-
- name: Login to DockerHub
23-
uses: docker/login-action@v2
24-
with:
25-
username: ${{ secrets.DOCKERHUB_USER }}
26-
password: ${{ secrets.DOCKERHUB_APIKEY }}
2722

2823
- name: Classic Protocol Tests
2924
run: |

0 commit comments

Comments
 (0)