jekyll-docker
jekyll-docker copied to clipboard
Docker cli login in deploy workflow fails
On my fork of jekyll-docker, the docker login step fails with the warning "interactive login not allowed in a non-interactive shell" (I have my own login credentials stored in the secrets, of course). The docker/login-action@v1 solves this problem very easily. Please let me know if a PR to this effect would be welcome.