-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker related steps after login-action don't work with no basic auth credentials
#97
Comments
@mdedetrich Looks like docker-compose doesn't use the auth config as it should. Looks similar to:
You could try: - name: Launch Nakadi
run: |
docker-compose pull
docker-compose up -d |
@crazy-max So I tried as you suggested and its still not working, you can see the latest results at https://github.com/zalando-nakadi/kanadi/pull/185/checks?check_run_id=3489723413, the PR has also been updated at https://github.com/zalando-nakadi/kanadi/pull/185/files |
@crazy-max Figured out the issue, the problem is that github containers changed the domain for their registry to |
Oh ok didn't see you use |
Thanks for letting me know! |
Behavior
Steps to reproduce this issue
echo ${GITHUB_TOKEN} | docker login docker.pkg.github.com -u ${GITHUB_ACTOR} --password-stdin
login-action
github actionExpected behaviour
A successful docker-login persists the login information so later
docker-compose
works succesfullyActual behaviour
Docker login happened successfully however the next step in the pipeline
docker-compose up -d
fails to execute withno basic auth credentials
.Configuration
Logs
logs_71.zip
The text was updated successfully, but these errors were encountered: