-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Refactor release for GitHub Actions #1835
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
Codecov Report
@@ Coverage Diff @@
## master #1835 +/- ##
==========================================
- Coverage 46.46% 46.22% -0.24%
==========================================
Files 152 152
Lines 15281 15281
==========================================
- Hits 7100 7064 -36
- Misses 7146 7191 +45
+ Partials 1035 1026 -9
Continue to review full report at Codecov.
|
d44336e
to
5cb8559
Compare
I just hit rebuild on this action and lot of binaries and dockerfile steps were rebuilt. Eg. in cross and in tests. Looks like caching is not correct, including dependencies like #1833 (comment) . Don't need to block on this but that part seems to need some more work. |
a9979a1
to
c7acbd8
Compare
c7acbd8
to
6275059
Compare
6275059
to
b878e7c
Compare
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
7b3ebc4
to
d56ddcc
Compare
d8af3bf
to
7576470
Compare
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
7576470
to
40bcfab
Compare
Follow-up #1824
Push is disabled until we have migrated to GitHub Actions. Once we have migrated to GitHub we will need to add the following secrets to push to Docker Hub:
DOCKERHUB_USERNAME
DOCKERHUB_TOKEN
Signed-off-by: CrazyMax crazy-max@users.noreply.github.com