From c9e112a53a4f895538600717c007ae1d480bbde1 Mon Sep 17 00:00:00 2001 From: Swanny Date: Thu, 2 Jan 2025 11:10:58 -0500 Subject: [PATCH 1/2] fix: transaction submitter cd --- .github/workflows/transaction-sender-ecr-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/transaction-sender-ecr-cd.yml b/.github/workflows/transaction-sender-ecr-cd.yml index fdd069d..138d5c5 100644 --- a/.github/workflows/transaction-sender-ecr-cd.yml +++ b/.github/workflows/transaction-sender-ecr-cd.yml @@ -21,7 +21,7 @@ jobs: rust-binary-name: transaction-sender environment: dev requires-private-deps: true - dockerfile-path: transaction-sender.Dockerfile + dockerfile-path: transaction-submitter.Dockerfile secrets: aws-ecr-repository: ${{ secrets.AWS_ECR_REPOSITORY }} aws-ecr-deployer-role-arn: ${{ secrets.AWS_ECR_DEPLOYER_ROLE_ARN }} From 9606e1cf1007baa3989950190a437509845f609a Mon Sep 17 00:00:00 2001 From: Swanny Date: Thu, 2 Jan 2025 11:11:53 -0500 Subject: [PATCH 2/2] fix: bin name --- .github/workflows/transaction-sender-ecr-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/transaction-sender-ecr-cd.yml b/.github/workflows/transaction-sender-ecr-cd.yml index 138d5c5..709f340 100644 --- a/.github/workflows/transaction-sender-ecr-cd.yml +++ b/.github/workflows/transaction-sender-ecr-cd.yml @@ -18,7 +18,7 @@ jobs: docker-ecr-push: uses: init4tech/actions/.github/workflows/ecr-build-and-push.yml@main with: - rust-binary-name: transaction-sender + rust-binary-name: transaction-submitter environment: dev requires-private-deps: true dockerfile-path: transaction-submitter.Dockerfile