-
-
Notifications
You must be signed in to change notification settings - Fork 810
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
ci: deploy to ghcr on push #3435
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #3435 +/- ##
==========================================
- Coverage 89.32% 89.13% -0.19%
==========================================
Files 84 84
Lines 10789 10789
Branches 2461 2461
==========================================
- Hits 9637 9617 -20
- Misses 755 773 +18
- Partials 397 399 +2 see 6 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
publish and tag docker images continuously to ghcr.io. adds custom tagging so we can retain every commit. it's technically possible to do this on docker hub, but in order to have custom tags, you need to set up a regular user and log in/push via that user. the authentication is much cleaner in github actions for ghcr. (note docker hub pulls for releases are still staying the same, this is just an alternative form of retention going forward).
What I did
publish and tag docker images continuously to ghcr.io. i wanted to add custom tagging (so we can retain every commit) in docker hub, but i didn't really like the fact that for docker hub, in order to have custom tags, you need to set up a regular user and log in via that user. the authentication is much cleaner in github actions for ghcr.
(note docker hub pulls are still staying the same, this is just an alternative form of retention going forward).
can preview test builds here: https://github.com/charles-cooper/vyper/pkgs/container/vyper
How I did it
How to verify it
Commit message
Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)
Description for the changelog
Cute Animal Picture