Skip to content

Commit

Permalink
Fixed dockerfiles location in github workflows (#163)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Kokhan <[email protected]>
  • Loading branch information
andriy-kokhan authored Jun 29, 2023
1 parent ea2d1b3 commit 84c4a72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sc-docker-client-server-bldr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
branches: [ "**" ]
paths:
- '.github/workflows/sc-docker-client-server-bldr.yml'
- 'dockerfiles/Dockerfile.client'
- 'dockerfiles/Dockerfile.saithrift-client'
- 'dockerfiles/Dockerfile.server'
- 'dockerfiles/buster/Dockerfile.client'
- 'dockerfiles/buster/Dockerfile.saithrift-client'
- 'dockerfiles/buster/Dockerfile.server'
- 'npu/broadcom/BCM56850/saivs/Dockerfile.server'
- 'common/**'
- 'cli/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sc-docker-standalone-bldr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ "**" ]
paths:
- '.github/workflows/sc-docker-standalone-bldr.yml'
- 'dockerfiles/Dockerfile'
- 'dockerfiles/buster/Dockerfile'
- 'npu/broadcom/BCM56850/saivs/Dockerfile'
- 'npu/broadcom/BCM56850/saivs/Dockerfile.saithrift'
- 'common/**'
Expand Down

0 comments on commit 84c4a72

Please sign in to comment.