Skip to content

Commit

Permalink
Merge pull request #354 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 30, 2024
2 parents a02829d + f4b48f0 commit 096f023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}

- name: Build the e2e image
run: docker build . -t aveshadev/kubeslice-e2e:latest
run: sudo docker build . -t aveshadev/kubeslice-e2e:latest

- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
Expand All @@ -118,7 +118,7 @@ jobs:
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: |
bash run.sh kind
sh run.sh kind
- name: Check disk space
run: |
Expand Down

0 comments on commit 096f023

Please sign in to comment.