Skip to content

Commit

Permalink
Remove docker login from e2e tests, not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnavarro committed Feb 11, 2025
1 parent 8ee66e9 commit 89e445e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
name: dist
path: dist

- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Extract dist
run: unzip dist/*-linux-amd64.vsix -d dist/

Expand Down

0 comments on commit 89e445e

Please sign in to comment.