File tree 7 files changed +13
-13
lines changed
7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
release : update-tag
2
2
3
3
update-tag :
4
- go run tools/ tag-tool.go -server-tag=$(SERVER_TAG ) -web-tag=$(WEB_TAG )
4
+ cd tools && go run tag-tool.go -root=.. -server-tag=$(SERVER_TAG ) -web-tag=$(WEB_TAG )
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ services:
43
43
- ES_SEEDS=elasticsearch
44
44
- ES_VERSION=v7
45
45
- KAFKA_SEEDS=kafka
46
- image : temporalio/auto-setup:1.6.1
46
+ image : temporalio/auto-setup:1.6.2
47
47
networks :
48
48
- temporal-network
49
49
ports :
@@ -56,7 +56,7 @@ services:
56
56
- temporal
57
57
environment :
58
58
- TEMPORAL_CLI_ADDRESS=temporal:7233
59
- image : temporalio/admin-tools:1.6.1
59
+ image : temporalio/admin-tools:1.6.2
60
60
networks :
61
61
- temporal-network
62
62
stdin_open : true
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ services:
26
26
- POSTGRES_PWD=
27
27
- POSTGRES_SEEDS=postgres
28
28
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
29
- image : temporalio/auto-setup:1.6.1
29
+ image : temporalio/auto-setup:1.6.2
30
30
links :
31
31
- cockroach:postgres
32
32
networks :
@@ -41,7 +41,7 @@ services:
41
41
- temporal
42
42
environment :
43
43
- TEMPORAL_CLI_ADDRESS=temporal:7233
44
- image : temporalio/admin-tools:1.6.1
44
+ image : temporalio/admin-tools:1.6.2
45
45
networks :
46
46
- temporal-network
47
47
stdin_open : true
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ services:
48
48
- ES_SEEDS=elasticsearch
49
49
- ES_VERSION=v7
50
50
- KAFKA_SEEDS=kafka
51
- image : temporalio/auto-setup:1.6.1
51
+ image : temporalio/auto-setup:1.6.2
52
52
networks :
53
53
- temporal-network
54
54
ports :
@@ -61,7 +61,7 @@ services:
61
61
- temporal
62
62
environment :
63
63
- TEMPORAL_CLI_ADDRESS=temporal:7233
64
- image : temporalio/admin-tools:1.6.1
64
+ image : temporalio/admin-tools:1.6.2
65
65
networks :
66
66
- temporal-network
67
67
stdin_open : true
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ services:
20
20
- MYSQL_PWD=root
21
21
- MYSQL_SEEDS=mysql
22
22
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
23
- image : temporalio/auto-setup:1.6.1
23
+ image : temporalio/auto-setup:1.6.2
24
24
networks :
25
25
- temporal-network
26
26
ports :
@@ -33,7 +33,7 @@ services:
33
33
- temporal
34
34
environment :
35
35
- TEMPORAL_CLI_ADDRESS=temporal:7233
36
- image : temporalio/admin-tools:1.6.1
36
+ image : temporalio/admin-tools:1.6.2
37
37
networks :
38
38
- temporal-network
39
39
stdin_open : true
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
21
21
- POSTGRES_PWD=temporal
22
22
- POSTGRES_SEEDS=postgresql
23
23
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
24
- image : temporalio/auto-setup:1.6.1
24
+ image : temporalio/auto-setup:1.6.2
25
25
networks :
26
26
- temporal-network
27
27
ports :
@@ -34,7 +34,7 @@ services:
34
34
- temporal
35
35
environment :
36
36
- TEMPORAL_CLI_ADDRESS=temporal:7233
37
- image : temporalio/admin-tools:1.6.1
37
+ image : temporalio/admin-tools:1.6.2
38
38
networks :
39
39
- temporal-network
40
40
stdin_open : true
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
14
14
environment :
15
15
- CASSANDRA_SEEDS=cassandra
16
16
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
17
- image : temporalio/auto-setup:1.6.1
17
+ image : temporalio/auto-setup:1.6.2
18
18
networks :
19
19
- temporal-network
20
20
ports :
@@ -27,7 +27,7 @@ services:
27
27
- temporal
28
28
environment :
29
29
- TEMPORAL_CLI_ADDRESS=temporal:7233
30
- image : temporalio/admin-tools:1.6.1
30
+ image : temporalio/admin-tools:1.6.2
31
31
networks :
32
32
- temporal-network
33
33
stdin_open : true
You can’t perform that action at this time.
0 commit comments