@@ -14,82 +14,102 @@ jobs:
14
14
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
15
15
with :
16
16
test_name : archive_test
17
+ registry : ghcr.io
17
18
build_integration_test :
18
19
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
19
20
with :
20
21
test_name : build_test
22
+ registry : ghcr.io
21
23
cli_integration_test :
22
24
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
23
25
with :
24
26
test_name : cli_test
27
+ registry : ghcr.io
25
28
connection_nix_integration_test :
26
29
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
27
30
with :
28
31
test_name : connection_nix_test
32
+ registry : ghcr.io
29
33
copy_integration_test :
30
34
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
31
35
with :
32
36
test_name : copy_test
37
+ registry : ghcr.io
33
38
dependenciesv1_integration_test :
34
39
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
35
40
with :
36
41
test_name : dependenciesv1_test
42
+ registry : ghcr.io
37
43
dependenciesv2_integration_test :
38
44
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
39
45
with :
40
46
test_name : dependenciesv2_test
47
+ registry : ghcr.io
41
48
driver_integration_test :
42
49
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
43
50
with :
44
51
test_name : driver_test
52
+ registry : ghcr.io
45
53
install_integration_test :
46
54
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
47
55
with :
48
56
test_name : install_test
57
+ registry : ghcr.io
49
58
invoke_integration_test :
50
59
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
51
60
with :
52
61
test_name : invoke_test
62
+ registry : ghcr.io
53
63
lint_integration_test :
54
64
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
55
65
with :
56
66
test_name : lint_test
67
+ registry : ghcr.io
57
68
migration_integration_test :
58
69
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
59
70
with :
60
71
test_name : migration_test
72
+ registry : ghcr.io
61
73
outputs_integration_test :
62
74
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
63
75
with :
64
76
test_name : outputs_test
77
+ registry : ghcr.io
65
78
publish_integration_test :
66
79
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
67
80
with :
68
81
test_name : publish_test
82
+ registry : ghcr.io
69
83
pull_integration_test :
70
84
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
71
85
with :
72
86
test_name : pull_test
87
+ registry : ghcr.io
73
88
registry_integration_test :
74
89
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
75
90
with :
76
91
test_name : registry_integration_test
92
+ registry : ghcr.io
77
93
schema_integration_test :
78
94
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
79
95
with :
80
96
test_name : schema_test
97
+ registry : ghcr.io
81
98
sensitive_data_integration_test :
82
99
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
83
100
with :
84
101
test_name : sensitive_data_test
102
+ registry : ghcr.io
85
103
suppress_output_integration_test :
86
104
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
87
105
with :
88
106
test_name : suppress_output_test
107
+ registry : ghcr.io
89
108
telemetry_test :
90
109
uses : getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main
91
110
with :
92
111
test_name : telemetry_test
112
+ registry : ghcr.io
93
113
# Reusable workflows only supports 20 jobs
94
114
uninstall_test_integ :
95
115
runs-on : ubuntu-latest
0 commit comments