Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
runs-on: ubuntu-latest
needs: [check-secret]
env:
RIOT_BRANCH: '2026.04-branch'
VERSION_TAG: '2026.07'
RIOT_BRANCH: 'master'
VERSION_TAG: '2026.10'
DOCKER_REGISTRY: "${{ secrets.DOCKER_REGISTRY || 'local' }}"

steps:
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,14 @@ or test of your liking:
```sh
BUILD_IN_DOCKER=1 DOCKER_IMAGE=f610ef8e4bbd BOARD=nrf52840dk make -C tests/sys/shell
```

## Notes for Release Managers

The version in `.github/workflows/build.yml` has to be advanced on every RIOT
release and be ahead of the RIOT release. For example, when RIOT 2026.07 was
released, the version for the docker container has to be advanced to 2026.10.

By advancing the version, the image version matching the RIOT release version
on the Docker Hub will not be changed anymore by changes to the container
repository and therefore will not cause issues with the Buildsystem Sanity
Check of RIOT.