Skip to content

Commit

Permalink
images
Browse files Browse the repository at this point in the history
  • Loading branch information
yHSJ committed Nov 28, 2024
1 parent a974cdb commit 19ae5ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ jobs:
TF_VAR_eks_cluster_arn: arn:aws:eks:${{ matrix.region }}:509399595051:cluster/hydra-doom-dev-cluster
TF_VAR_hydra_scripts_tx_id: 03f8deb122fbbd98af8eb58ef56feda37728ec957d39586b78198a0cf624412a
TF_VAR_admin_addr: addr_test1vpgcjapuwl7gfnzhzg6svtj0ph3gxu8kyuadudmf0kzsksqrfugfc
TF_VAR_frontend_image: ghcr.io/cardano-scaling/hydra-doom-frontend:sha-06d02bf
TF_VAR_referee_image: ghcr.io/cardano-scaling/hydra-doom-referee:sha-06d02bf # latest?
TF_VAR_ai_image: ghcr.io/cardano-scaling/hydra-doom-ai:sha-06d02bf # latest?
TF_VAR_frontend_image: ghcr.io/cardano-scaling/hydra-doom-frontend:sha-56aeda2
TF_VAR_referee_image: ghcr.io/cardano-scaling/hydra-doom-referee:sha-56aeda2 # latest?
TF_VAR_ai_image: ghcr.io/cardano-scaling/hydra-doom-ai:sha-56aeda2 # latest?
TF_VAR_autoscaler_high_watermark: ${{ matrix.autoscaler_high_watermark }}
TF_VAR_autoscaler_low_watermark: ${{ matrix.autoscaler_low_watermark }}
TF_VAR_autoscaler_region_prefix: ${{ matrix.region_prefix }}
Expand Down

0 comments on commit 19ae5ab

Please sign in to comment.