We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c952661 commit 41def1bCopy full SHA for 41def1b
.github/workflows/ci.yml
@@ -124,12 +124,12 @@ jobs:
124
restore-keys: |
125
${{ runner.os }}-single-buildx
126
127
- - name: Login to Docker Hub
128
- uses: docker/login-action@v1
129
- with:
130
- registry: docker.synapse.org
131
- username: ${{ secrets.SYNAPSE_USERNAME }}
132
- password: ${{ secrets.SYNAPSE_TOKEN }}
+ # - name: Login to Docker Hub
+ # uses: docker/login-action@v1
+ # with:
+ # registry: docker.synapse.org
+ # username: ${{ secrets.SYNAPSE_USERNAME }}
+ # password: ${{ secrets.SYNAPSE_TOKEN }}
133
134
- name: Build image
135
uses: docker/build-push-action@v2
0 commit comments