Commit c529a0a 1 parent 9047b7a commit c529a0a Copy full SHA for c529a0a
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178
178
verification_mode="$(cat $config_file | grep 'verification-mode' | cut -d'=' -f2)"
179
179
fi
180
180
echo "verification_mode=${verification_mode}" >> $GITHUB_OUTPUT
181
- - uses : vmware-labs/vmware-image-builder-action@0.4.18
181
+ - uses : vmware-labs/vmware-image-builder-action@main
182
182
name : Verify and publish ${{ needs.get-chart.outputs.chart }}
183
183
with :
184
184
pipeline : ${{ needs.get-chart.outputs.chart }}/vib-publish.json
@@ -221,10 +221,10 @@ jobs:
221
221
- id : update-index
222
222
name : Fetch chart and update index
223
223
run : |
224
- # Extract chart release metadata from the publish result file
225
- vib_publish_result_file =$(find ~/artifacts -name "result .json" -print -quit)
226
- chart_name=$(jq -re '.actions|map(select(.action_id == "helm-publish"))[0] | .application.name' $vib_publish_result_file )
227
- chart_version=$(jq -re '.actions|map(select(.action_id == "helm-publish"))[0] | .application.version' $vib_publish_result_file )
224
+ # Extract chart release metadata from the publish report file
225
+ vib_publish_report_file =$(find ~/artifacts -name "report .json" -print -quit)
226
+ chart_name=$(jq -re '.actions|map(select(.action_id == "helm-publish"))[0] | .application.name' $vib_publish_report_file )
227
+ chart_version=$(jq -re '.actions|map(select(.action_id == "helm-publish"))[0] | .application.version' $vib_publish_report_file )
228
228
# Download published asset
229
229
mkdir download
230
230
aws s3 cp s3://${{ secrets.AWS_S3_BUCKET }}/bitnami/${chart_name}-${chart_version}.tgz download/
Original file line number Diff line number Diff line change 29
29
with :
30
30
ref : ${{ github.event.pull_request.head.ref }}
31
31
repository : ${{ github.event.pull_request.head.repo.full_name }}
32
- - uses : vmware-labs/vmware-image-builder-action@0.4.18
32
+ - uses : vmware-labs/vmware-image-builder-action@main
33
33
with :
34
34
pipeline : thanos/bucketweb/vib-verify.json
35
35
env :
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
verification_mode="$(cat $config_file | grep 'verification-mode' | cut -d'=' -f2)"
118
118
fi
119
119
echo "verification_mode=${verification_mode}" >> $GITHUB_OUTPUT
120
- - uses : vmware-labs/vmware-image-builder-action@0.4.18
120
+ - uses : vmware-labs/vmware-image-builder-action@main
121
121
name : Verify ${{ needs.get-chart.outputs.chart }}
122
122
with :
123
123
pipeline : ${{ needs.get-chart.outputs.chart }}/vib-verify.json
You can’t perform that action at this time.
0 commit comments