Skip to content

Commit

Permalink
feat: ls docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Aug 29, 2024
1 parent a5a0ecb commit 3754b2a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,13 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

# - name: Test
# run: export BASE_IMAGE=ci-latest; make VERSION=${{ matrix.odoo_serie }} test
- name: Setup build dir
run: |
docker image ls
- name: Test
run: export BASE_IMAGE=ci-latest; make VERSION=${{ matrix.odoo_serie }} test

- name: Login to GitHub Container Registry
if: github.event_name == 'push' || github.event_name == 'schedule'
Expand Down

0 comments on commit 3754b2a

Please sign in to comment.