-
Notifications
You must be signed in to change notification settings - Fork 17
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 organization casing in docker workflow #271
Conversation
I'm going to wait for that run to finish and retry the build to see if the cache worked @amarburg |
Update line 133 as well:
It's (non-fatally) failing in CI here Since it's a PR, it's only building for amd64 and should finish. Will let CI finish... |
Good catch. I missed that one |
Hypothetically, the PR build that you just triggered should be faster and using the cache from the Non PR build that I triggered earlier. The download activity on the |
* Testing lowercase repo name for cache * Remove dev branch from workflow and fix cron schedule * Use lowercase repo for cache-from in PR build as well. --------- Co-authored-by: Aaron Marburg <[email protected]> (cherry picked from commit eaa8ec1)
* Testing lowercase repo name for cache * Remove dev branch from workflow and fix cron schedule * Use lowercase repo for cache-from in PR build as well. --------- Co-authored-by: Aaron Marburg <[email protected]> (cherry picked from commit eaa8ec1)
* Testing lowercase repo name for cache * Remove dev branch from workflow and fix cron schedule * Use lowercase repo for cache-from in PR build as well. --------- Co-authored-by: Aaron Marburg <[email protected]> (cherry picked from commit eaa8ec1)
* Testing lowercase repo name for cache * Remove dev branch from workflow and fix cron schedule * Use lowercase repo for cache-from in PR build as well. --------- Co-authored-by: Aaron Marburg <[email protected]> (cherry picked from commit eaa8ec1) Co-authored-by: Evan Palmer <[email protected]>
* Testing lowercase repo name for cache * Remove dev branch from workflow and fix cron schedule * Use lowercase repo for cache-from in PR build as well. --------- Co-authored-by: Aaron Marburg <[email protected]> (cherry picked from commit eaa8ec1) Co-authored-by: Evan Palmer <[email protected]>
* Testing lowercase repo name for cache * Remove dev branch from workflow and fix cron schedule * Use lowercase repo for cache-from in PR build as well. --------- Co-authored-by: Aaron Marburg <[email protected]> (cherry picked from commit eaa8ec1) Co-authored-by: Evan Palmer <[email protected]>
Changes Made
This adds a fix for the organization case error that showed up in this build. I also re-enabled the scheduled builds.
Testing
Tested the workflow in this build