Skip to content

Commit

Permalink
[TMP] list docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Sep 19, 2024
1 parent d61868a commit 3fd85d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions wip/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM ghcr.io/acsone/odoo-bedrock:18.0-py312-noble-latest
RUN echo toto

0 comments on commit 3fd85d5

Please sign in to comment.