From f19ca8c6fa40a8a52d5b91a05b195286d2ca6497 Mon Sep 17 00:00:00 2001 From: vrenaville Date: Thu, 19 Sep 2024 13:16:57 +0200 Subject: [PATCH] fix: build tags --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ef03867..3a94be4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -43,14 +43,14 @@ jobs: with: images: ghcr.io/camptocamp/docker-odoo-project flavor: | - prefix=${{ matrix.odoo_serie }}-4.x,onlatest=true + prefix=${{ matrix.odoo_serie }}-,onlatest=true tags: | type=raw,value={{branch}}-latest type=raw,value={{branch}}-{{date 'YYYYMMDD'}} type=ref,event=tag type=ref,event=pr type=schedule,pattern=nightly - type=raw,value={{branch}}-4.x + type=raw,value={{branch}} - name: Setup build dir run: |