Skip to content

Commit 5a48f6d

Browse files
committed
(build) disable publishing to GitHub Container Registry
1 parent 0f4dc7f commit 5a48f6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,11 @@ jobs:
294294
registry: ghcr.io
295295
username: ${{ github.repository_owner }}
296296
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
302302

303303
publish:
304304
name: Publish

0 commit comments

Comments
 (0)