Skip to content

feat: invalidate SSM cache upon AMI deprecation (#7301) #1435

feat: invalidate SSM cache upon AMI deprecation (#7301)

feat: invalidate SSM cache upon AMI deprecation (#7301) #1435

Workflow file for this run

name: Snapshot
on:
push:
branches:
- 'main'
- 'release-v*'
- 'staging/*'
jobs:
snapshot:
permissions:
id-token: write # aws-actions/[email protected]
if: github.repository == 'aws/karpenter-provider-aws'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
fetch-depth: 0
- uses: ./.github/actions/install-deps
- uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
with:
role-to-assume: 'arn:aws:iam::${{ vars.SNAPSHOT_ACCOUNT_ID }}:role/${{ vars.SNAPSHOT_ROLE_NAME }}'
aws-region: ${{ vars.SNAPSHOT_REGION }}
- run: make snapshot