Commit bf0313f7 authored by Rafael Matias's avatar Rafael Matias Committed by GitHub

ci: remove unnecessary docker login (#822)

Causing:

```
Error: Cannot perform an interactive login from a non TTY device
Error: Process completed with exit code 1.
```
parent b1f27c64
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment