We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9805281 commit 6a2bdc6Copy full SHA for 6a2bdc6
.github/workflows/transaction-sender-ecr-cd.yml
@@ -18,10 +18,10 @@ jobs:
18
docker-ecr-push:
19
uses: init4tech/actions/.github/workflows/ecr-build-and-push.yml@main
20
with:
21
- rust-binary-name: transaction-sender
+ rust-binary-name: transaction-submitter
22
environment: dev
23
requires-private-deps: true
24
- dockerfile-path: transaction-sender.Dockerfile
+ dockerfile-path: transaction-submitter.Dockerfile
25
secrets:
26
aws-ecr-repository: ${{ secrets.AWS_ECR_REPOSITORY }}
27
aws-ecr-deployer-role-arn: ${{ secrets.AWS_ECR_DEPLOYER_ROLE_ARN }}
0 commit comments