Skip to content

Commit df4e58a

Browse files
committed
ci: remove dockerhub login.
1 parent 1f1eefb commit df4e58a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/base-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
run: pip install tox 'coveralls<3'
3232
- name: Lint code
3333
run: tox -e lint
34-
- name: Login to Docker Hub
35-
uses: docker/login-action@v3
36-
with:
37-
username: ${{ secrets.DOCKERHUB_USERNAME }}
38-
password: ${{ secrets.DOCKERHUB_TOKEN }}
34+
# - name: Login to Docker Hub
35+
# uses: docker/login-action@v3
36+
# with:
37+
# username: ${{ secrets.DOCKERHUB_USERNAME }}
38+
# password: ${{ secrets.DOCKERHUB_TOKEN }}
3939
- name: Start clickhouse cluster
4040
run: CLICKHOUSE_VERSION=${{ matrix.clickhouse-version }} docker compose up -d --wait
4141
- name: Run test

0 commit comments

Comments
 (0)