-
Couldn't load subscription status.
- Fork 727
Revert "Disable docker releases" #501
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
Conversation
This reverts commit 06dcd32. Signed-off-by: Alex Goodman <[email protected]> Signed-off-by: Alex Goodman <[email protected]>
ca4569f to
1bdc3d4
Compare
Benchmark Test ResultsBenchmark results from the latest changes vs base branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see the comment:
we are having an infinite loop of installing docker
Is this not an issue any more? Fixed in docker-practice/actions-setup-docker@v1?
|
Good question @kzantow , It looks like it has docker-practice/actions-setup-docker@51fd500 a few days after the problem was noticed on our end. I tried something like this with a different brew formula commit without luck. |
) This reverts commit 376bb66. Signed-off-by: Alex Goodman <[email protected]> Signed-off-by: Alex Goodman <[email protected]>
Reverts #493
Testing the docker install process on a fork shows that this issue has been resolved. There is the larger issue of this occurring again in the future --it would be ideal to solve this by removing the dependency on
docker-practice/actions-setup-docker@v1and docker desktop for mac in general. (Migrating to builds via podman + qemu?)