Skip to content

Commit

Permalink
Merge pull request #2 from xmtp/st/set-correct-var-name
Browse files Browse the repository at this point in the history
fix: sets correct TF variable-name
  • Loading branch information
tuddman authored Jun 27, 2024
2 parents 0061bf5 + 874e3ca commit 27a95f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
terraform-token: ${{ secrets.TERRAFORM_TOKEN }}
terraform-org: xmtp
terraform-workspace: dev
variable-name: validation_service_image
variable-name: message_history_server_docker_image
variable-value: "ghcr.io/xmtp/message-history-server@${{ steps.push.outputs.digest }}"
variable-value-required-prefix: "ghcr.io/xmtp/message-history-server@sha256:"

0 comments on commit 27a95f5

Please sign in to comment.