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: use correct uid/gid to avoid cache saving propems in GH action mode #65

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

szkiba
Copy link
Collaborator

@szkiba szkiba commented Sep 10, 2024

The GitHub workflow is running with user id 1001 and group id 127. The k6registry docker container runs with the default user id in debian. As a consequence, the cache directory created under XDG_CACHE_HOME fails to save.

The solution is to use the same user id and group id as the GitHub workflow in the k6registry docker container (user id: 1001, group id: 127).

@szkiba szkiba requested a review from a team as a code owner September 10, 2024 08:30
@szkiba szkiba requested review from pablochacin and removed request for a team September 10, 2024 08:30
@szkiba szkiba linked an issue Sep 10, 2024 that may be closed by this pull request
@szkiba szkiba removed the request for review from pablochacin September 10, 2024 08:31
@szkiba szkiba merged commit 9c17379 into main Sep 10, 2024
5 checks passed
@szkiba szkiba deleted the 64-fix-cache-saving-issue branch September 10, 2024 08:34
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.

Fix cache saving issue
1 participant