We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04726cd commit ded9661Copy full SHA for ded9661
1 file changed
.github/workflows/docker-publish.yml
@@ -1,21 +1,24 @@
1
name: Build & Publish Docker Image
2
3
on:
4
-
+
5
pull_request:
6
branches:
7
- docker
8
paths:
9
- - 'docker/**'
+ - 'docker/Dockerfile'
10
+ - 'docker/requirements.txt'
11
+ - 'docker/docker-compose.yml'
12
- '.github/workflows/docker-publish.yml'
13
14
push:
15
16
17
18
19
20
21
- paths-ignore:
- - 'docker/README.md'
22
23
jobs:
24
build-and-push:
0 commit comments