Skip to content

Commit

Permalink
Merge pull request #103 from OneideLuizSchneider/feature/new-ami-rele…
Browse files Browse the repository at this point in the history
…ase-02-04-24

New AMI version for EKS - Auto-PR
  • Loading branch information
OneideLuizSchneider authored Feb 4, 2024
2 parents d4740e5 + 6c43ebb commit f604e09
Show file tree
Hide file tree
Showing 5 changed files with 863 additions and 10 deletions.
2 changes: 1 addition & 1 deletion amazon-eks-ami/.github/actions/ci/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
run: |
packer plugins install github.com/hashicorp/amazon
AMI_NAME="amazon-eks-node-${{ inputs.k8s_version }}-${{ inputs.build_id }}"
make ${{ inputs.k8s_version }} ami_name=${AMI_NAME} ${{ inputs.additional_arguments }}
make k8s=${{ inputs.k8s_version }} ami_name=${AMI_NAME} ${{ inputs.additional_arguments }}
echo "ami_id=$(jq -r .builds[0].artifact_id "${AMI_NAME}-manifest.json" | cut -d ':' -f 2)" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@v3
with:
Expand Down
Loading

0 comments on commit f604e09

Please sign in to comment.