We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1759820 commit 4f134bdCopy full SHA for 4f134bd
1 file changed
.github/workflows/e2e-test-k8s.yml
@@ -55,13 +55,6 @@ jobs:
55
chmod 700 get_helm.sh
56
./get_helm.sh
57
58
- - name: Login to Registry
59
- uses: docker/login-action@v3
60
- with:
61
- registry: ${{ secrets.DOCKER_REGISTRY }}
62
- username: ${{ secrets.DOCKER_USERNAME }}
63
- password: ${{ secrets.DOCKER_PASSWORD }}
64
-
65
- name: Login to Private Registry
66
uses: docker/login-action@v3
67
with:
0 commit comments