File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -294,11 +294,11 @@ jobs:
294
294
registry : ghcr.io
295
295
username : ${{ github.repository_owner }}
296
296
password : ${{ secrets.GITHUB_TOKEN }}
297
- -
298
- name : ' [Docker Publish] GitHub Container Registry'
299
- if : success() && github.event_name != 'pull_request'
300
- shell : pwsh
301
- run : dotnet run/docker.dll --target=DockerPublish --docker_dotnetversion=${{ matrix.targetFramework }} --docker_distro=${{ matrix.distro }} --docker_registry github
297
+ # -
298
+ # name: '[Docker Publish] GitHub Container Registry'
299
+ # if: success() && github.event_name != 'pull_request'
300
+ # shell: pwsh
301
+ # run: dotnet run/docker.dll --target=DockerPublish --docker_dotnetversion=${{ matrix.targetFramework }} --docker_distro=${{ matrix.distro }} --docker_registry github
302
302
303
303
publish :
304
304
name : Publish
You can’t perform that action at this time.
0 commit comments