From 2db456413cb58a6609717665746a69956eb1a32c Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Sat, 31 Jan 2026 12:21:33 +0100 Subject: [PATCH] use main image --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index eff8da2..36500ce 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 120 container: - image: git.romainboullard.com/bigfootdev/linuxcppbuilder:${{ github.ref_name }} + image: git.romainboullard.com/bigfootdev/linuxcppbuilder:main env: ARTIFACTORY_USER: ${{ secrets.ARTIFACTORY_USER }} ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}