Skip to content

Commit 782c899

Browse files
committed
rebuild tools image if tools-*.sh is changed
1 parent d76334a commit 782c899

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-docker-tools.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ name: Build and Publish The Tools Docker Image
33
on:
44
push:
55
tags:
6-
- '*'
6+
- "*"
77
branches:
88
- "develop"
99
- "pc-*"
1010
paths:
1111
- docker/tools/Dockerfile
12+
- tools-build.sh
13+
- tools-test.sh
1214
workflow_dispatch:
1315

1416
jobs:
@@ -38,4 +40,3 @@ jobs:
3840
tags: 3dgi/3dbag-pipeline-tools:${{ env.DOCKER_TAG }}
3941
cache-from: type=gha
4042
cache-to: type=gha,mode=max
41-

0 commit comments

Comments
 (0)