Skip to content

Commit

Permalink
.github/workflows/build.yml: bump verison to 2022.01
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmolinas committed Oct 19, 2021
1 parent d4eddce commit 59905b6
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 @@ -34,8 +34,8 @@ jobs:
name: Build and Test
runs-on: ubuntu-latest
env:
RIOT_BRANCH: '2021.07-branch'
VERSION_TAG: '2021.10'
RIOT_BRANCH: '2021.10-branch'
VERSION_TAG: '2022.01'
DOCKER_REGISTRY: "${{ secrets.DOCKER_REGISTRY || 'local' }}"

steps:
Expand Down

0 comments on commit 59905b6

Please sign in to comment.