From b3cbb209465bea7dbc1c602edbde819d9244419f Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Fri, 23 Jan 2026 22:37:47 +0100 Subject: [PATCH] Typo --- .gitea/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index fc647c4..c46e81d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,7 +7,6 @@ on: workflow_dispatch: env: - BRANCH_NAME: ${{ github.ref_name }} CCACHE_BASEDIR: ${{ github.workspace }} jobs: @@ -15,7 +14,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 120 container: - image: git.romainboullard.com/bigfootdev/linuxcppbuilder:${{ env.BRANCH_NAME }} + image: git.romainboullard.com/bigfootdev/linuxcppbuilder:${{ github.ref_name }} defaults: run: shell: bash