Skip to content

Commit

Permalink
Fix docker-image CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Feb 4, 2020
1 parent 9c92c13 commit 3fe4e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deps_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- uses: actions/checkout@v1

- name: Build the Docker image
run: docker-compose -f profiles/docker-compose.yml build
run: docker-compose -f ./docker-compose.yml build

deps_static:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3fe4e61

Please sign in to comment.