Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Apr 17, 2024
1 parent 4b40dee commit 7aef77f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ jobs:
# Deploy components.
- name: Update params.yml to use local docker images
run: |
yq -Y --in-place '.zkevm_agglayer_image = zkevm-agglayer:local' params.yml
yq -Y --in-place '.zkevm_bridge_service_image = zkevm-bridge-service:local' params.yml
yq -Y --in-place '.zkevm_bridge_ui_image = zkevm-bridge-ui:local' params.yml
yq -Y --in-place '.cdk_da_image = cdk-data-availability:local' params.yml
yq -Y --in-place '.cdk_validium_node_image = cdk-validium-node:local' params.yml
yq -Y --in-place '.zkevm_agglayer_image = "zkevm-agglayer:local"' params.yml
yq -Y --in-place '.zkevm_bridge_service_image = "zkevm-bridge-service:local"' params.yml
yq -Y --in-place '.zkevm_bridge_ui_image = "zkevm-bridge-ui:local"' params.yml
yq -Y --in-place '.cdk_da_image = "cdk-data-availability:local"' params.yml
yq -Y --in-place '.cdk_validium_node_image = "cdk-validium-node:local"' params.yml
- name: Deploy Kurtosis CDK package
run: kurtosis run --enclave cdk-v1 --args-file params.yml --image-download always .
Expand Down

0 comments on commit 7aef77f

Please sign in to comment.