Skip to content

Commit

Permalink
fix: build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Sep 19, 2024
1 parent 83dd169 commit f19ca8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit f19ca8c

Please sign in to comment.