Skip to content

Commit 94cc4f1

Browse files
authored
fix dockerhub login in ci (#306)
* fix dockerhub login in ci * remove dockerhub login for e2e
1 parent 84d20dd commit 94cc4f1

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/e2e_test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ jobs:
6565
run: |
6666
git config --global url."https://${ACCESS_TOKEN}:@github.com/".insteadOf "https://github.com/"
6767
68-
- name: Login to DockerHub
69-
uses: docker/login-action@v2
70-
with:
71-
registry: docker.io
72-
username: ${{ secrets.DOCKER_USER }}
73-
password: ${{ secrets.DOCKER_PASSWORD }}
74-
7568
- name: Set up Ginkgo
7669
run: |
7770
go install github.com/onsi/ginkgo/ginkgo@latest
@@ -96,7 +89,6 @@ jobs:
9689
kind load docker-image --name pulsar-dev docker.cloudsmith.io/streamnative/operators/kubebuilder/kube-rbac-proxy:v0.8.0
9790
df -h
9891
99-
10092
- name: Install Pulsar Operators and sn-platform
10193
run: |
10294
helm repo add streamnative https://charts.streamnative.io

0 commit comments

Comments
 (0)