Skip to content

Commit 6a2bdc6

Browse files
authored
fix: transaction submitter cd (#39)
* fix: transaction submitter cd * fix: bin name
1 parent 9805281 commit 6a2bdc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/transaction-sender-ecr-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
docker-ecr-push:
1919
uses: init4tech/actions/.github/workflows/ecr-build-and-push.yml@main
2020
with:
21-
rust-binary-name: transaction-sender
21+
rust-binary-name: transaction-submitter
2222
environment: dev
2323
requires-private-deps: true
24-
dockerfile-path: transaction-sender.Dockerfile
24+
dockerfile-path: transaction-submitter.Dockerfile
2525
secrets:
2626
aws-ecr-repository: ${{ secrets.AWS_ECR_REPOSITORY }}
2727
aws-ecr-deployer-role-arn: ${{ secrets.AWS_ECR_DEPLOYER_ROLE_ARN }}

0 commit comments

Comments
 (0)