Skip to content

Commit 59ddf59

Browse files
Fix path for nginx
1 parent 4e44901 commit 59ddf59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
frontend:
3434
- 'frontend/**/*'
3535
nginx:
36-
- 'nginx/**/*'
36+
- 'deployment/**/*'
3737
3838
build-executor-image:
3939
needs: changes

0 commit comments

Comments
 (0)