Skip to content

chore(repo): misc updates (#20) #22

chore(repo): misc updates (#20)

chore(repo): misc updates (#20) #22

Workflow file for this run

name: Docker ECR Push
on:
push:
branches: [main]
tags:
- v**
workflow_dispatch:
permissions:
packages: write
contents: read
id-token: write
# 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 }}

Check failure on line 25 in .github/workflows/ecr-cd.yml

View workflow run for this annotation

GitHub Actions / Docker ECR Push

Invalid workflow file

The workflow is not valid. .github/workflows/ecr-cd.yml (Line: 25, Col: 24): Invalid secret, aws-eks-cluster is not defined in the referenced workflow.
aws-ecr-deployer-role-arn: ${{ secrets.AWS_ECR_DEPLOYER_ROLE_ARN }}