Skip to content

Commit

Permalink
Update docker_image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kastnerorz authored Mar 31, 2020
1 parent 38303bf commit 2d45a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run tests
working-directory: ./service
working-directory: ./backend
run: |
if [ -f docker-compose.test.yml ]; then
docker-compose --file docker-compose.test.yml build
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v2

- name: Build image
working-directory: ./service
working-directory: ./backend
run: docker build . --file Dockerfile --tag image

- name: Log into registry
Expand Down

0 comments on commit 2d45a77

Please sign in to comment.