Skip to content

feat: Use ECR for remote buildx caching #136

feat: Use ECR for remote buildx caching

feat: Use ECR for remote buildx caching #136

Workflow file for this run

name: Feature Branch
on:
pull_request:
branches:
- master
- main
types: [opened, synchronize, reopened, closed, labeled, unlabeled]
permissions:
pull-requests: write
deployments: write
id-token: write
contents: read
jobs:
do:
uses: ./.github/workflows/eks-argocd-feature-branch.yml
with:
organization: "${{ github.event.repository.owner.login }}"
repository: "${{ github.event.repository.name }}"
path: deploy
open: ${{ github.event.pull_request.state == 'open' }}
labels: ${{ toJSON(github.event.pull_request.labels.*.name) }}
ref: ${{ github.event.pull_request.head.ref }}
secrets:
github-private-actions-pat: "${{ secrets.ARGOCD_GITHUB_NONPROD }}"
registry: "${{ secrets.ECR_REGISTRY }}"
secret-outputs-passphrase: "${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}"
ecr-region: "${{ secrets.ECR_REGION }}"
ecr-iam-role: "${{ secrets.ECR_IAM_ROLE }}"