Skip to content

Commit 0de1170

Browse files
authored
[skip ci] Use on.push.paths for Dockerhub workflow
1 parent 491be0c commit 0de1170

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dockerhub.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ on:
88
- stable
99
tags:
1010
- 'v*.*.*'
11+
paths:
12+
- '.dockerignore'
13+
- '.github/worklflows/dockerhub.yml'
14+
- 'app/*'
15+
- 'Dockerfile'
16+
- 'install_acme.sh'
1117

1218
jobs:
1319
multiarch-build:

0 commit comments

Comments
 (0)