Skip to content

Commit

Permalink
ci: remove unnecessary docker login (#822)
Browse files Browse the repository at this point in the history
Causing:

```
Error: Cannot perform an interactive login from a non TTY device
Error: Process completed with exit code 1.
```
  • Loading branch information
skylenet authored Oct 31, 2024
1 parent b1f27c6 commit bf0313f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/per-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
uses: ./.github/actions/kurtosis-install
- name: Run Starlark
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
kurtosis run ${{ github.workspace }} --args-file ${{ matrix.file_name }}
lint:
Expand Down

0 comments on commit bf0313f

Please sign in to comment.