Skip to content

feat: cd

feat: cd #2

Workflow file for this run

name: Docker ECR Push
on:
push:
branches: [main]
pull_request:
# simplest example of using the rust-base action
jobs:
docker-ecr-push:

Check failure on line 10 in .github/workflows/docker-ecr-push.yml

View workflow run for this annotation

GitHub Actions / Docker ECR Push

Invalid workflow file

The workflow is not valid. .github/workflows/docker-ecr-push.yml (Line: 10, Col: 3): Error calling workflow 'init4tech/actions/.github/workflows/ecr-build-and-push.yml@main'. The nested job 'build' is requesting 'packages: write, id-token: write', but is only allowed 'packages: read, id-token: none'.
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 }}