diff --git a/.dockerignore b/.dockerignore index 609ac5e116295..2c6c760df010c 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,7 @@ * !addons +!addons_enterprise !config/grunt !docker !odoo diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6666366113e05..34f1c16ef5c8b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -17,7 +17,17 @@ jobs: env: GHCR_IMAGE_NAME: ghcr.io/jobrad-gmbh/odoo steps: - - uses: actions/checkout@v3 + - name: Clone + uses: actions/checkout@v3 + + - name: Clone enterprise addons + uses: actions/checkout@v3 + with: + repository: jobrad-gmbh/odoo-addons-enterprise + ref: 15.0.1 + token: ${{ secrets.ODOO_REPO_TOKEN }} + path: addons_enterprise + fetch-depth: 1 - name: Create variables shell: bash @@ -63,7 +73,17 @@ jobs: env: GHCR_IMAGE_NAME: ghcr.io/jobrad-gmbh/odoo steps: - - uses: actions/checkout@v3 + - name: Clone + uses: actions/checkout@v3 + + - name: Clone enterprise addons + uses: actions/checkout@v3 + with: + repository: jobrad-gmbh/odoo-addons-enterprise + ref: 15.0.1 + token: ${{ secrets.ODOO_REPO_TOKEN }} + path: addons_enterprise + fetch-depth: 1 - name: Create variables shell: bash