Skip to content
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

fix: Upate release to use docker login in DinD #3517

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

rquitales
Copy link
Contributor

@rquitales rquitales commented Aug 29, 2022

DinD does not carry over the docker credentials from host. This PR copies over the docker credentials file from the host to the runner container.
goreleaser-cross provides a helper function to run docker login within the container, however, this does not play nicely with GitHub actions hence why we use the helper GH action to run the login from host first.

DinD does not carry over the docker credentials from host. This commit
copies over the docker credentials file from the host to the runner
container.

goreleaser-cross provides a helper function to run docker login within
the container, however, this does not play nicely with GitHub actions.
@rquitales rquitales marked this pull request as ready for review August 29, 2022 21:18
@mortent mortent merged commit 1c7ebea into kptdev:main Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants