From 40167834a576a269e65fb545e47da23dc7b33031 Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 21 Feb 2025 16:54:03 +0100 Subject: [PATCH] ci: bump RIOT_BRANCH and VERSION_TAG to 2025.01-branch and 2025.04 --- .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 05d0f664..f956e554 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,8 +36,8 @@ jobs: name: Build and Test runs-on: ubuntu-latest env: - RIOT_BRANCH: '2024.01-branch' - VERSION_TAG: '2024.01' + RIOT_BRANCH: '2025.01-branch' + VERSION_TAG: '2025.04' DOCKER_REGISTRY: "${{ secrets.DOCKER_REGISTRY || 'local' }}" steps: