Skip to content

Commit

Permalink
feat: cd (#6)
Browse files Browse the repository at this point in the history
* feat: cd

* feat: cd
  • Loading branch information
rswanson authored May 2, 2024
1 parent 8b70703 commit 1cd08d6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docker-ecr-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Docker ECR Push

on:
push:
branches: [main]
pull_request:

# simplest example of using the rust-base action
jobs:
docker-ecr-push:
uses: init4tech/actions/.github/workflows/ecr-build-and-push.yml@main
with:
rust-binary-name: zenith-builder-example
environment: dev
secrets:
aws-ecr-repository: ${{ secrets.AWS_ECR_REPOSITORY }}
aws-eks-cluster: ${{ secrets.AWS_EKS_CLUSTER }}
aws-ecr-deployer-role-arn: ${{ secrets.AWS_ECR_DEPLOYER_ROLE_ARN }}

0 comments on commit 1cd08d6

Please sign in to comment.