Skip to content

Commit 41def1b

Browse files
committed
Comment docker login in CI workflow
1 parent c952661 commit 41def1b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ jobs:
124124
restore-keys: |
125125
${{ runner.os }}-single-buildx
126126
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 }}
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 }}
133133

134134
- name: Build image
135135
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)