Commit 61e6118 1 parent 1dd2fed commit 61e6118 Copy full SHA for 61e6118
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 85
85
# -
86
86
# name: '[Build Docker images]'
87
87
# shell: pwsh
88
- # run: dotnet run/build.dll --target=DockerBuildDeps --dotnet_distro=${{ matrix.distro }} --docker_registry=dockerhub --push_images=${{env.PUSH_IMAGES}}
88
+ # run: dotnet run/build.dll --target=DockerBuildDeps --dotnet_distro=${{ matrix.distro }} --docker_registry=dockerhub --push_images=${{env.PUSH_IMAGES}} --verbosity=diagnostic
89
89
90
90
-
91
91
name : Login to GitHub Container Registry
98
98
-
99
99
name : ' [Build Docker images]'
100
100
shell : pwsh
101
- run : dotnet run/build.dll --target=DockerBuildDeps --dotnet_distro=${{ matrix.distro }} --docker_registry=github --push_images=${{env.PUSH_IMAGES}}
101
+ run : dotnet run/build.dll --target=DockerBuildDeps --dotnet_distro=${{ matrix.distro }} --docker_registry=github --push_images=${{env.PUSH_IMAGES}} --verbosity=diagnostic
You can’t perform that action at this time.
0 commit comments