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 }}