Skip to content

Commit

Permalink
Merge pull request #341 from kubeslice/fix-docker-login
Browse files Browse the repository at this point in the history
Update end-to-end-test.yaml
  • Loading branch information
KRANTHI0918 authored Mar 5, 2024
2 parents b307957 + e23c08f commit 44790f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/end-to-end-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
- name: Docker Run Action
uses: addnab/docker-run-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
registry: docker.io
image: aveshadev/kubeslice-e2e:latest
options: -v ${{ github.workspace }}/reports:/e2e/reports -v /home/runner/.kube:/e2e/assets/kubeconfig -v ${{ github.workspace }}/profile:/e2e/profile --network kind
run: |
Expand Down

0 comments on commit 44790f1

Please sign in to comment.