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

Switch to buildx for github actions #394

Merged
merged 6 commits into from
Oct 17, 2022
Merged

Conversation

scottyhq
Copy link
Member

@github-actions
Copy link
Contributor

Binder 👈 Try on Mybinder.org!
Binder 👈 Try on Pangeo GCP Binder!
Binder 👈 Try on Pangeo AWS Binder!

@weiji14
Copy link
Member

weiji14 commented Oct 17, 2022

Time comparisons. Builds for ml-notebook went from 37m54s to 26m1s and pytorch-notebook went from 40m33s to 20m58s!!

Before After
image image

Comment on lines +57 to +59
${{env.DOCKER_ORG}}/${{ env.IMAGE }}:master
${{env.DOCKER_ORG}}/${{ env.IMAGE }}:${{env.DOCKER_TAG}}
quay.io/${{env.DOCKER_ORG}}/${{ env.IMAGE }}:master
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just flagging the use of master as the docker image tag... I suppose this is just following the git repo's master branch right now, and latest needs to be explicitly tagged (i.e. latest is semi-stable)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rabernat
Copy link
Member

Nice work @scottyhq! This seems like a huge improvement. Thanks for your maintenance work!

Copy link
Member

@yuvipanda yuvipanda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great to me! I think you should merge this yourself @scottyhq to test the push part of the workflow!

@scottyhq scottyhq merged commit 8af7f4d into pangeo-data:master Oct 17, 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.

New DockerHub Image retention policies will delete unused images after 6 months
4 participants