Skip to content

Commit 88d78d6

Browse files
committed
feat(integrations): expose image flags to main taskfile
1 parent 1b79dca commit 88d78d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Taskfile.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ includes:
1010
integrations:
1111
taskfile: ./integrations/Taskfile.yml
1212
dir: ./integrations
13+
vars:
14+
DIRECTORY_IMAGE_TAG: '{{ .DIRECTORY_IMAGE_TAG }}'
15+
GATEWAY_IMAGE_TAG: '{{ .GATEWAY_IMAGE_TAG }}'
16+
1317
samples:
1418
taskfile: ./samples/Taskfile.yml
1519
dir: ./samples

0 commit comments

Comments
 (0)