mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 00:24:15 -03:00
fix mistake in OCI release pipeline
This commit is contained in:
2
.github/workflows/common.release.yaml
vendored
2
.github/workflows/common.release.yaml
vendored
@@ -66,7 +66,7 @@ jobs:
|
||||
if [ -z "${pkg:-}" ]; then
|
||||
break
|
||||
fi
|
||||
helm push "${pkg}" oci://quay.io/truecharts/charts || echo "failed to upload $pkg to OCI"
|
||||
helm push "${pkg}" oci://quay.io/truecharts || echo "failed to upload $pkg to OCI"
|
||||
curl -X POST -H "Content-Type: application/json" -d '{"visibility": "public"}' -H "Authorization: Bearer ${{ secrets.QUAY_TCCR_API_TOKEN }}" "https://quay.io/api/v1/repository/tccr/$pkg/changevisibility" || echo "failed to set $pkg to public on OCI"
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user