Skip to content

Commit

Permalink
Support custom Cardano Docker image registry in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Dec 4, 2023
1 parent 65ba690 commit 9aa4726
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ inputs:
cardano_node_version:
description: Cardano node version.
required: true
cardano_node_docker_registry:
description: Cardano node Docker image registry.
required: false
default: "inputoutput/cardano-node"
google_region:
description: Google Cloud region name.
required: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-deploy-network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
environment: ${{ matrix.environment }}
cardano_network: ${{ matrix.cardano_network }}
cardano_node_version: ${{ vars.CARDANO_NODE_VERSION }}
cardano_node_docker_registry: ${{ vars.CARDANO_NODE_DOCKER_REGISTRY }}
google_region: ${{ matrix.google_region }}
google_zone: ${{ matrix.google_zone }}
google_machine_type: ${{ matrix.google_machine_type }}
Expand Down

0 comments on commit 9aa4726

Please sign in to comment.