File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,12 @@ jobs:
185
185
run : dotnet build ${{ matrix.path }} --framework net9.0 --verbosity q
186
186
timeout-minutes : 5
187
187
188
+ - name : Log in to Docker Hub
189
+ uses : docker/login-action@v3
190
+ with :
191
+ username : ${{ vars.DOCKERHUB_USERNAME }}
192
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
193
+
188
194
- name : Run tests
189
195
id : run-tests
190
196
timeout-minutes : 15
Original file line number Diff line number Diff line change 67
67
run : dotnet build ${{ matrix.path }} --framework net9.0 --verbosity q
68
68
timeout-minutes : 5
69
69
70
+ - name : Log in to Docker Hub
71
+ uses : docker/login-action@v3
72
+ with :
73
+ username : ${{ vars.DOCKERHUB_USERNAME }}
74
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
75
+
70
76
- name : Run tests
71
77
id : run-tests
72
78
timeout-minutes : 15
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ depersist
39
39
deprioritization
40
40
deprioritized
41
41
Dispatchable
42
+ DOCKERHUB
42
43
drawio
43
44
enisdenjo
44
45
entityframework
You can’t perform that action at this time.
0 commit comments