Skip to content

Commit

Permalink
Persist CI version-info.json as artifact (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Oct 26, 2023
1 parent 967fb36 commit 094c797
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/ci/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ runs:
AMI_NAME="amazon-eks-node-${{ inputs.k8s_version }}-${{ inputs.build_id }}"
make ${{ 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:
name: version-info
path: "*-version-info.json"

0 comments on commit 094c797

Please sign in to comment.