Skip to content

Commit 26b133b

Browse files
committed
temporarily disable pushing to nexus
1 parent 9838413 commit 26b133b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/docker-famedly.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ jobs:
6767
job: ${{ fromJson(needs.calculate_mod_build.outputs.build_matrix) }}
6868
uses: famedly/github-workflows/.github/workflows/docker.yml@jason-docker-namespace
6969
with:
70-
push: ${{ github.event_name != 'pull_request' }} # Always build, don't publish on pull requests
71-
registry_user: famedly
72-
registry: registry.famedly.net/docker-oss
70+
push: false
71+
# push: ${{ github.event_name != 'pull_request' }} # Always build, don't publish on pull requests
72+
registry_user: famedly-ci
73+
registry: docker-oss.nexus.famedly.de
7374
image_name: synapse
7475
file: docker/Dockerfile-famedly
7576
# Notice that there is a leading 'sha-' in front of the actual sha, as that is

0 commit comments

Comments
 (0)