Skip to content

Commit

Permalink
fix: add docker to var name
Browse files Browse the repository at this point in the history
  • Loading branch information
tuddman committed Jun 27, 2024
1 parent bd4592f commit 874e3ca
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: message_history_server_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 874e3ca

Please sign in to comment.