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 Jan 30, 2020
1 parent 97c45f8 commit eb95fb3
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 eb95fb3

Please sign in to comment.