Skip to content

Commit

Permalink
kind testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hoeft committed Feb 13, 2024
1 parent 703f233 commit f05e099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
- name: Pull image from ECR
run: |
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin $ECR_REPO
IMAGE_TAG=$(echo ${{ env.IMAGE_TAG }} | tr -d '\r')
docker pull $ECR_REPO:$IMAGE_TAG
- name: Create kind ${{ matrix.k8s }} cluster
Expand Down

0 comments on commit f05e099

Please sign in to comment.