We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9838413 commit 26b133bCopy full SHA for 26b133b
.github/workflows/docker-famedly.yml
@@ -67,9 +67,10 @@ jobs:
67
job: ${{ fromJson(needs.calculate_mod_build.outputs.build_matrix) }}
68
uses: famedly/github-workflows/.github/workflows/docker.yml@jason-docker-namespace
69
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
+ push: false
+# push: ${{ github.event_name != 'pull_request' }} # Always build, don't publish on pull requests
+ registry_user: famedly-ci
73
+ registry: docker-oss.nexus.famedly.de
74
image_name: synapse
75
file: docker/Dockerfile-famedly
76
# Notice that there is a leading 'sha-' in front of the actual sha, as that is
0 commit comments