Skip to content

Commit

Permalink
saved
Browse files Browse the repository at this point in the history
  • Loading branch information
em230418 committed Jul 13, 2024
1 parent 8a4ea98 commit 6d3ed44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Build image
uses: docker/build-push-action@v5
with:
context: ./${{ matrix.odoo-version }}/
file: ./${{ matrix.odoo-version }}/Dockerfile
context: ./${{ matrix.odoo-version }}/docker/
file: ./${{ matrix.odoo-version }}/docker/Dockerfile
push: false
load: true
tags: my/odoo:${{ matrix.odoo-version }}

0 comments on commit 6d3ed44

Please sign in to comment.