Skip to content

Commit 27a95f5

Browse files
authored
Merge pull request #2 from xmtp/st/set-correct-var-name
fix: sets correct TF variable-name
2 parents 0061bf5 + 874e3ca commit 27a95f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_push_docker_image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
terraform-token: ${{ secrets.TERRAFORM_TOKEN }}
4747
terraform-org: xmtp
4848
terraform-workspace: dev
49-
variable-name: validation_service_image
49+
variable-name: message_history_server_docker_image
5050
variable-value: "ghcr.io/xmtp/message-history-server@${{ steps.push.outputs.digest }}"
5151
variable-value-required-prefix: "ghcr.io/xmtp/message-history-server@sha256:"
5252

0 commit comments

Comments
 (0)