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: upload both platform builds and caches to docker #236

Merged
merged 4 commits into from
Dec 5, 2024

Conversation

codingpaula
Copy link
Contributor

This PR modifies how the finished docker images are uploaded to the Docker Hub. Previously this was done separately which resulted in a race condition, only saving one of the platforms. Now we run the build three times, once to upload both platforms and twice to push the cache to the docker registry. Since the second and third run are completely cached, this shouldn't entail a longer pipeline time.

@codingpaula codingpaula added this to the 0.20.1 milestone Dec 5, 2024
@codingpaula codingpaula self-assigned this Dec 5, 2024
@codingpaula codingpaula added the bug Something isn't working label Dec 5, 2024
@falkoschindler falkoschindler merged commit 96da831 into main Dec 5, 2024
7 checks passed
@falkoschindler falkoschindler deleted the upload-to-docker branch December 5, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants