You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I create a PR, the images are already pushed before the PR is merged. Should that be changed?
Good catch, and yes. The login and push guards in publish.yml were commented out, so push: true ran unconditionally — this PR published v3.3.0SDK, v3.3.1SDK and v3.4.0SDK to ghcr before it merged. embeddedcontainers/zephyr has the guards enabled; ncs had just drifted. Fixed in #13, which restores if: github.event_name != 'pull_request' on the login step and push: ${{ github.event_name != 'pull_request' }} on the build step. PRs will build only from now on.
Merged this — thanks. Note that a few patch releases are still missing from the matrix upstream: v3.2.5, v3.3.2, v3.3.3, v3.3.4. Happy to take a PR for those if you need them.
Also note that Nordic ships an image themselves now
Thanks, hadn't seen sdk-nrf-toolchain. Worth noting it's toolchain-only — their Dockerfile layers the toolchain in rather than shipping a ready NCS workspace — so it's complementary rather than a replacement.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.