From 999e138c4d42f7c1374fa3bed51e5da6dbba9fdb Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Fri, 28 Apr 2023 09:17:58 +0200 Subject: [PATCH] CI: bump RIOT_BRANCH to 2023.04-branch and VERSION_TAG to 2023.07 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0879c673..93927960 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,8 +35,8 @@ jobs: name: Build and Test runs-on: ubuntu-latest env: - RIOT_BRANCH: '2022.10-branch' - VERSION_TAG: '2023.01' + RIOT_BRANCH: '2023.04-branch' + VERSION_TAG: '2023.07' DOCKER_REGISTRY: "${{ secrets.DOCKER_REGISTRY || 'local' }}" steps: