File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,24 +54,24 @@ jobs:
54
54
working-directory : playbook/doom-dev
55
55
run : terraform init
56
56
env :
57
- TF_VAR_image : ghcr.io/cardano-scaling/hydra-control-plane:${{ steps.image_tag.outputs.sha_short }}
57
+ TF_VAR_image : ghcr.io/cardano-scaling/hydra-control-plane:sha- ${{ steps.image_tag.outputs.sha_short }}
58
58
59
59
- name : validate terraform
60
60
working-directory : playbook/doom-dev
61
61
run : terraform validate
62
62
env :
63
- TF_VAR_image : ghcr.io/cardano-scaling/hydra-control-plane:${{ steps.image_tag.outputs.sha_short }}
63
+ TF_VAR_image : ghcr.io/cardano-scaling/hydra-control-plane:sha- ${{ steps.image_tag.outputs.sha_short }}
64
64
65
65
- name : plan terraform
66
66
working-directory : playbook/doom-dev
67
67
if : inputs.dry-run == 'true'
68
68
run : terraform plan -input=false
69
69
env :
70
- TF_VAR_image : ghcr.io/cardano-scaling/hydra-control-plane:${{ steps.image_tag.outputs.sha_short }}
70
+ TF_VAR_image : ghcr.io/cardano-scaling/hydra-control-plane:sha- ${{ steps.image_tag.outputs.sha_short }}
71
71
72
72
- name : apply terraform
73
73
working-directory : playbook/doom-dev
74
74
if : inputs.dry-run == 'false'
75
75
run : terraform apply -auto-approve -input=false
76
76
env :
77
- TF_VAR_image : ghcr.io/cardano-scaling/hydra-control-plane:${{ steps.image_tag.outputs.sha_short }}
77
+ TF_VAR_image : ghcr.io/cardano-scaling/hydra-control-plane:sha- ${{ steps.image_tag.outputs.sha_short }}
You can’t perform that action at this time.
0 commit comments