Skip to content

Commit

Permalink
set image path?
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair committed Mar 16, 2024
1 parent 4f41fa1 commit be67a14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ jobs:
- name: Test Docker Image
id: test-docker
run: |
cd contrib/container/
docker build . --target production --tag inventree-test
docker build contrib/container --target production --tag inventree-test
docker run --rm inventree-test invoke --version
docker run --rm inventree-test invoke --list
docker run --rm inventree-test gunicorn --version
Expand Down

0 comments on commit be67a14

Please sign in to comment.