Skip to content

Commit

Permalink
ci: bump RIOT_BRANCH and VERSION_TAG to 2023.10-branch and 2024.01
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Dec 12, 2023
1 parent 20c5011 commit 3b916fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
name: Build and Test
runs-on: ubuntu-latest
env:
RIOT_BRANCH: '2023.04-branch'
VERSION_TAG: '2023.07'
RIOT_BRANCH: '2023.10-branch'
VERSION_TAG: '2024.01'
DOCKER_REGISTRY: "${{ secrets.DOCKER_REGISTRY || 'local' }}"

steps:
Expand Down

0 comments on commit 3b916fb

Please sign in to comment.