diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 440edc1..2ae88f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,6 +130,11 @@ jobs: cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:${{ matrix.ODOOVERSION }}-${{ matrix.PYTHONTAG }}-${{ matrix.DISTRO }}-latest cache-to: type=local,dest=/tmp/.buildx-cache load: true + - run: | + docker image ls + cd wip + docker build -t test . + if: ${{ matrix.ODOOVERSION == '18.0' }} - name: Install test pre-requisites run: pip install pytest - name: Test diff --git a/wip/Dockerfile b/wip/Dockerfile new file mode 100644 index 0000000..39ccffa --- /dev/null +++ b/wip/Dockerfile @@ -0,0 +1,2 @@ +FROM ghcr.io/acsone/odoo-bedrock:18.0-py312-noble-latest +RUN echo toto