File tree 2 files changed +6
-0
lines changed
actions/deploy-terraform-infrastructure
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ inputs:
20
20
cardano_node_version :
21
21
description : Cardano node version.
22
22
required : true
23
+ cardano_node_docker_registry :
24
+ description : Cardano node Docker image registry.
25
+ required : false
26
+ default : " inputoutput/cardano-node"
23
27
google_region :
24
28
description : Google Cloud region name.
25
29
required : true
@@ -141,6 +145,7 @@ runs:
141
145
environment_prefix = "${{ inputs.environment_prefix }}"
142
146
cardano_network = "${{ inputs.cardano_network }}"
143
147
cardano_image_id = "${{ inputs.cardano_node_version }}"
148
+ cardano_image_registry = "${{ inputs.cardano_node_docker_registry }}"
144
149
google_region = "${{ inputs.google_region }}"
145
150
google_zone = "${{ inputs.google_zone }}"
146
151
google_machine_type = "${{ inputs.google_machine_type }}"
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ jobs:
106
106
environment : ${{ matrix.environment }}
107
107
cardano_network : ${{ matrix.cardano_network }}
108
108
cardano_node_version : ${{ vars.CARDANO_NODE_VERSION }}
109
+ cardano_node_docker_registry : ${{ vars.CARDANO_NODE_DOCKER_REGISTRY }}
109
110
google_region : ${{ matrix.google_region }}
110
111
google_zone : ${{ matrix.google_zone }}
111
112
google_machine_type : ${{ matrix.google_machine_type }}
You can’t perform that action at this time.
0 commit comments