Skip to content

Commit d5f0e97

Browse files
committed
fix: comment out registry line in Docker login step
1 parent 5015080 commit d5f0e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Log into registry ${{ env.REGISTRY }}
3939
uses: docker/login-action@v3
4040
with:
41-
registry: ${{ env.REGISTRY }}
41+
#registry: ${{ env.REGISTRY }}
4242
username: ${{ env.DOCKER_USERNAME }}
4343
password: ${{ secrets.DOCKER_TOKEN }}
4444

0 commit comments

Comments
 (0)