change value of package type for referrer index
This commit is contained in:
@@ -155,7 +155,7 @@ describe('createReferrerIndexManifest', () => {
|
||||
}
|
||||
],
|
||||
"annotations": {
|
||||
"com.github.package.type": "actions_oci_pkg_referrer_tag",
|
||||
"com.github.package.type": "actions_oci_pkg_referrer_index",
|
||||
"org.opencontainers.image.created": "2021-01-01T00:00:00.000Z"
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -107096,7 +107096,7 @@ exports.actionsPackageZipLayerMediaType = 'application/vnd.github.actions.packag
|
||||
exports.sigstoreBundleMediaType = 'application/vnd.dev.sigstore.bundle.v0.3+json';
|
||||
exports.actionPackageAnnotationValue = 'actions_oci_pkg';
|
||||
exports.actionPackageAttestationAnnotationValue = 'actions_oci_pkg_attestation';
|
||||
exports.actionPackageReferrerTagAnnotationValue = 'actions_oci_pkg_referrer_tag';
|
||||
exports.actionPackageReferrerTagAnnotationValue = 'actions_oci_pkg_referrer_index';
|
||||
exports.ociEmptyMediaType = 'application/vnd.oci.empty.v1+json';
|
||||
exports.emptyConfigSize = 2;
|
||||
exports.emptyConfigSha = 'sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a';
|
||||
|
||||
@@ -17,7 +17,7 @@ export const actionPackageAnnotationValue = 'actions_oci_pkg'
|
||||
export const actionPackageAttestationAnnotationValue =
|
||||
'actions_oci_pkg_attestation'
|
||||
export const actionPackageReferrerTagAnnotationValue =
|
||||
'actions_oci_pkg_referrer_tag'
|
||||
'actions_oci_pkg_referrer_index'
|
||||
|
||||
export const ociEmptyMediaType = 'application/vnd.oci.empty.v1+json'
|
||||
export const emptyConfigSize = 2
|
||||
|
||||
Reference in New Issue
Block a user