-
Notifications
You must be signed in to change notification settings - Fork 79
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
Docker Standalone Publish Workspace Fix #207
Docker Standalone Publish Workspace Fix #207
Conversation
Work in progress, still testing. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #207 +/- ##
=======================================
Coverage 87.63% 87.63%
=======================================
Files 6 6
Lines 1707 1707
=======================================
Hits 1496 1496
Misses 211 211 ☔ View full report in Codecov by Sentry. |
@davidusb-geek , Im trying to test the DockerHub integration, however having some issues. I may need you to test this one your end. |
Ok. I just manually launched the docker publish workflow and it is still failing with some authentication issue. |
Thanks. I think I might know why. Working it out now 👍 |
Considering how long arm v7 takes to build, I may finish testing this tomorrow. (I think I Just have to check the tags work appropriately now). So This workflow is beneficial, as it distributes all the architectures to different runners (making it faster and similar to Emhass-Add-on's matrix).
|
@davidusb-geek , this has been tested. Should be good to go. |
#205