Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! feat: switch to github + bump libr…
Browse files Browse the repository at this point in the history
…ary + bump python libraries
  • Loading branch information
vrenaville committed Sep 11, 2024
1 parent 445c925 commit aa82507
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
#odoo_serie: ["11.0","12.0", "13.0", "14.0", "15.0", "16.0", "17.0"]
odoo_serie: ["12.0"]
odoo_serie: ["11.0","12.0", "13.0", "14.0", "15.0", "16.0", "17.0"]

steps:
- uses: actions/checkout@v4
Expand All @@ -44,14 +43,14 @@ jobs:
with:
images: ghcr.io/camptocamp/docker-odoo-project
flavor: |
prefix=${{ matrix.odoo_serie }}-old-flavour,onlatest=true
prefix=${{ matrix.odoo_serie }}-4.x,onlatest=true
tags: |
type=raw,value={{branch}}-old-flavour-latest
type=raw,value={{branch}}-old-flavour-{{date 'YYYYMMDD'}}
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}}-old-flavour
type=raw,value={{branch}}-4.x
- name: Setup build dir
run: |
Expand Down

0 comments on commit aa82507

Please sign in to comment.