You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable docker login for external contributor (#3588)
* Remove unused imports
* Remove docker login from kurtosis.yml
Three steps removed as they are not needed to run interop test.
And also allow external contributor to run the CI.
- docker login action (not needed)
- docker buildx action (not needed)
- caching docker layer (not working btw)
* Disable docker login for external contributor
* Fix comparison
0 commit comments