Skip to content

Commit

Permalink
fix: Fixed awsLogin command name
Browse files Browse the repository at this point in the history
  • Loading branch information
werniq committed Oct 1, 2024
1 parent 31e0331 commit a734ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ tasks:
deploy_all:
desc: Deploy all images and charts to ECR
cmds:
- for: [ aws_login, operator:docker-build, cronJob:publish, goGatorImageEcrPush, goGatorChartEcrPush, day0EcrPush ]
- for: [ awsLogin, operator:docker-build, cronJob:publish, goGatorImageEcrPush, goGatorChartEcrPush, day0EcrPush ]
task: '{{.ITEM}}'

0 comments on commit a734ae3

Please sign in to comment.