-
Notifications
You must be signed in to change notification settings - Fork 768
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
Update VERSION to test CI #3481
Conversation
I think about releasing new version the next days. Would go with 1.28.0 to show the first release of teslamate-org. |
It was just a test PR to trigger the CI :) the result seems correct. To finalize, we need to make the packages https://github.com/teslamate/teslamate/pkgs/container/teslamate and https://github.com/teslamate/teslamate/pkgs/container/teslamate%2Fgrafana public |
I know, just wanna give you a heads up :-) Why is the digest size 0 byte? Edit: I do not have access to the pkgs |
@JakobLichterfeld in order not to trigger the CI on each PR, do you want to condition its launch on the presence of a particular label? |
I guess it's because it only contains 3 empty files. an approximation of GH, that's 643 bytes in reality |
That wouls be 'latest', right? What about 'edge'? When and how often is that being updated? |
@adriankumpf @DrMichael could you make packages public? I want to give access to the intermediate build to facilitate the testing of certain PRs. The 2 packages: |
|
I get a 404 with those links... |
You don't have access because it's not public yet. I think only Adrian can give us access to it :) |
Hmmm, are you sure about the links? I can see the following: https://github.com/orgs/teslamate-org/packages/container/package/teslamate |
For now, we can go with all PR without |
Sorry, this is the good links. 404 for me because not public. |
Yeah, these links are working, I could not change permissions, perhaps @DrMichael can |
Sorry, no. @adriankumpf has to do that. |
@DrMichael do you have a way to contact @adriankumpf about this? |
No, only this way. Sorry. |
@DrMichael I have changed an org setting that I believe should allow members to make packages public. Both packages are now also public |
Are you sure. At least the Charges dashboard in edge is still the old one. In latest, it is the new one. |
Schedule for edge:
latest is the latest released version |
Hmmm, strange. Removed both image and volume. Pulled fresh grafana:edge... Anythng else I could clear? master in https://github.com/teslamate-org/teslamate/pkgs/container/teslamate%2Fgrafana is uptodate. Could it be, that the image did not make it to the docker hub? |
* ci: workflow run on ci branch for debuging * Run CI with PR sources (#3479) * Run CI with PR sources * Add CI branch to the pull_request_target --------- Co-authored-by: Julien <julien@citio.digital> * GHCR Purge success even if package doesn't exist (#3480) * GHCR Purge success even if package doesn't exist * Add CI branch to pull_request_target * typo --------- Co-authored-by: Julien <julien@citio.digital> * Update VERSION to test CI (#3481) --------- Co-authored-by: jlestel <jlestel@gmail.com> Co-authored-by: Julien <julien@citio.digital>
* ci: workflow run on ci branch for debuging * Run CI with PR sources (#3479) * Run CI with PR sources * Add CI branch to the pull_request_target --------- Co-authored-by: Julien <julien@citio.digital> * GHCR Purge success even if package doesn't exist (#3480) * GHCR Purge success even if package doesn't exist * Add CI branch to pull_request_target * typo --------- Co-authored-by: Julien <julien@citio.digital> * Update VERSION to test CI (#3481) --------- Co-authored-by: jlestel <jlestel@gmail.com> Co-authored-by: Julien <julien@citio.digital>
Test PR to demonstrate how CI build images (hosted on GHCR) from PR sources.